yea... it's very useful... here's the code:
#include <iostream>
#include <windows.h>
#include <cstdlib>
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...
thnx for ur reply
but can u explain more plz .
when i use this code is makes the whole word "hello world" appears after 5 sec apox. i want appear to appear then after 5 sec world continue.
plz explain what is 2000 .
and some1 told me that this function have bad effects on the pc "This is a reply u can see it if u searched after before that post by few ones"
so plz tell me that stuff
and really thnx
bye