Delay???

Is there any kind of delay or wait command in C++??? In the old reliable Turbo C++ for DOS I had a perfect delay command, but now?? Is there any?

Hi there!

Try

Sleep(milliseconds);

There milliseconds is the amount of milliseounds you want the application to wait (obvious isn’t it )

Regards,

LG

I needed that too, thanx