Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sleep Command? 1

Status
Not open for further replies.

sph147

Programmer
May 17, 2004
19
US
Does anyone know how to use some kind of a sleep command in windows, or what include files I would need? I'm trying to use it for debugging purposes. Thanks a lot.
 
Code:
#include <windows.h>
...
unsigned long milliseconds = 1000;
...
Sleep(milliseconds);
...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top