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
Shouldn't it then be MSVSC, since its MicroSoft Visual Studio C++?
Well if you're getting That crazy, then it would be MSVSCPP :)