Wait for a certain amout of time.

Hello, What do I use to make a code to wait a certain amount of time untill exucuting the next line?
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
MSCV?
MicroSoft Visual C++ :)
Shouldn't it then be MSVSC, since its MicroSoft Visual Studio C++?
Well if you're getting That crazy, then it would be MSVSCPP :)
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.