Jan 28, 2013 at 10:46am
Hello, What do I use to make a code to wait a certain amount of time untill exucuting the next line?
Jan 28, 2013 at 11:17am
If you are using MSVC, include Windows.h and call Sleep(1000) to wait for 1000ms. But I would use libraries for more portable code.
Last edited on Jan 28, 2013 at 11:17am
Jan 28, 2013 at 9:21pm
Shouldn't it then be MSVSC, since its MicroSoft Visual Studio C++?
Jan 28, 2013 at 9:27pm
Well if you're getting That crazy, then it would be MSVSCPP :)