i must be crazy pt ii
#include (iostream)
using std::cout;
using std::endl;
class rubbish{
public:
rubbish();
void talkingrubbishagain();
private:
int crap;
}
rubbish::talkingrubbishagain(){
cout<<"hmm i remembered doing this rubbish before, somehow everywhere i look, source codes seem to be everywhere.. well manage to chill abit and gain my sanity back just now, more work to do for tmr, but i guess for today i shall not carry on anymore...";
}
main (void){
rubbish napkin_man;
napkin_man.talkingrubbishagain();
return 0;
}
------------------
napkin man
------------------
2:11 am