Thread
:
Lets All Learn C!!!!!!
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;
}
Profile
PM
WWW
Search
Mantralord