Hi,

when you have,

cout<<"WASSUP";
Sleep(1000);

my question is: Is there a way to purge the cout buffer because right now, my program is going to sleep before printing out "WASSUP" to the screen...

thx