Wait for a certain amout of time.

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 7:29pm
MSCV?
Jan 28, 2013 at 7:34pm
MicroSoft Visual C++ :)
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 :)
Jan 29, 2013 at 12:48am
Shouldn't it then be MSVSC, since its MicroSoft Visual Studio C++?


No. Microsoft Visual Studio and Microsoft Visual C++ are different products.
Topic archived. No new replies allowed.