Good day to all!!!
What's the equivalent code/function to delay the display of a printf(""); or
cout<<"" statement...
In Turbo C before, i use this code
I'm using vc++6.0..Code:delay(100);
printf("");
Thanks.... :) :) :)
Printable View
Good day to all!!!
What's the equivalent code/function to delay the display of a printf(""); or
cout<<"" statement...
In Turbo C before, i use this code
I'm using vc++6.0..Code:delay(100);
printf("");
Thanks.... :) :) :)
Sleep() of windows.h
Thanks...It worked....
:) :) :)