Sleep Command In C++ - C And C++ | Dream.In.Code
That's because 'sleep' is not a standard C or C++ function. You need to work out whether your compiler comes with an implementation of the sleep function (Dev-C++ usually uses MinGW. it might be in the "windows.h" header) This post has been edited by Benc...