cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
C++ Sleep function. Help!
C++ Sleep function. Help!
Nov 6, 2014 at 7:07am UTC
Thelamin
(1)
What is wrong with this?
int gamespeed = 100;
Sleep(gamespeed);
I launch the code and it doesn't seem to work?
Nov 6, 2014 at 7:11am UTC
Disch
(13742)
Assuming you are #including Window.h to get the 'Sleep' function, there is nothing wrong with that.
Nov 6, 2014 at 7:56am UTC
anup30
(968)
http://www.cplusplus.com/forum/general/146833/
Topic archived. No new replies allowed.