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?
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?
CyBBe
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
Navreet Gill [img]/forum/images/%%GRAEMLIN_URL%%/smile.gif[/img]