View Single Post
 
Reply
Posted 2004-09-16, 02:28 PM in reply to Anman's post "Lets All Learn C!!!!!!"
#include <stdio.h>

class Anman {

public:
Anman() { ShutsUp(true); };
~Anman() {};
void WhatIsAnmanDoing();

private:
boolean ShutsUp;

};

void Anman::WhatIsAnmanDoing(){
if(ShutsUp) printf("He finally shut up!\n");
}

int main(){
Amnan idiot;
idiot.WhatIsAnmanDoing();
return 0;
}
Old
Profile PM WWW Search
Mantralord seldom sees opportunities until they cease to beMantralord seldom sees opportunities until they cease to beMantralord seldom sees opportunities until they cease to beMantralord seldom sees opportunities until they cease to be
 
 
Mantralord