cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
How to pause for certain amount of time
How to pause for certain amount of time
Apr 7, 2012 at 12:05am UTC
Ch1156
(2010)
I remember it was something like
whatever(200);
I dont know what the keyword that goes where whatever is called. Its not system(pause); what makes the system stop for the amount of time i specify in the parenthesis? i forget?
Apr 7, 2012 at 12:07am UTC
Athar
(4466)
It's Sleep. And it's not a keyword, it's a function part of the WinAPI:
http://msdn.microsoft.com/en-us/library/windows/desktop/ms686298%28v=vs.85%29.aspx
Topic archived. No new replies allowed.