yea... it's very useful... here's the code:
#include
#include
#include
using namespace std;
int main()
{
cout << "Hello...";
Sleep(2000);
cout << "World...";
cin.get();
return 0;
}//end main function
if you do not have the windows.h header for some odd reason unknown to me, which you have VC++6 so you should, try to run a loop a bunch of times through to give it that effect which windows.h basically does. it just measures your processor speed and does an equation using that... peace...