Skip to playerSkip to main content
  • 11 years ago
The sleep function is used to suspend the execution of the program for sometime. The value which passed to the sleep function arguments is in milliseconds. This function exist in windows.h library in C++.
http://www.pprogramming.com/2015/02/sleep-function-in-c.html
Comments

Recommended