Tuesday, May 24, 2005

Its bad when....

you start typing your away messages in C++, but don't remember the syntax anymore and the program sucks:

//---->>
Tedly_sleep();
{
int hours = 0;
do {
cout << "tedly is sleeping" << endl;
hours ++;
} while (hours /= 6) // 6:00am
} //Tedly_sleep function

wow. I don't remember C++ syntax anymore...

-Ted

//---->

haha. wow, I need a life.

No comments: