Wednesday, January 02, 2008

2008

school started again!! so back to blogging AGAIN!! i sound like i dread it don't i ;p
anyway ITS 2008!! amazing how i've lived for the past 18( soon to be) years not fulfilling my new year resolutions. kinda sad like out of 18 i've fail to not even to achieve one=x
So this are the new year res..
1. to fulfill this year's resolution
2. to be more responsible with my studies
3. to be a good SL!!! ( this really depends on them=X )
4. try for solo comp? (TRY TRY only!)
and lastly
5. to try to fulfill next year resolution if i fail this year

thinking back into the past year....
ok then again what the heck

currently trying to study for my programming test it seems like everytime i have to make it through the night to study i will blog.MAYBE... i'm just trying to waste time
but it keeps me awake to think of shit to write here and sometimes the shit traumatise me so much that i can't sleep the whole night so it works
people you really should try this. If it works you stay awake if it doesn't ur in deeper shit=X

#include
using namespace std;
class shit
{
private :
double shitfree,shitfull,deepshit;
public :
shit(){}
shit (double free,double full,double deep)
{
shitfree=free;
shitfull=full;
deepshit=deep;
}

void getshit (void);


void computeNdisplay(void)
{
totalshit = shitfree+shitfull+deepshit;
cout << "shitfree : " << shitfree;
cout << ",shitfull: "<< shitfull;
cout << ", deepshit : " << deepshit <<endl;
cout <<"Total SHIT: " <<totalshit <<endl;
}
};

void shit::getshit()

{
cout << "Please key in shitfree level : ";
cin >> shitfree;
cout << endl<<"Please key in shitfull level : ";
cin >>shitfull;
cout << endl <<"Please key in deepshit level: ";
cin >>deepshit;
};

its a real program,its revision
but i swear you're shitted if u even try this;)
HAPPY NEW YEAR PEEPS

Labels: ,

0 Comments:

Post a Comment

<< Home