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


Code:
delay(100);
   printf("");
I'm using vc++6.0..


Thanks....