I need a function in C++ that can stall/pause my program for a pre-determined time interval(in seconds).
Printable View
I need a function in C++ that can stall/pause my program for a pre-determined time interval(in seconds).
Code:#include <windows.h>
// ...
Sleep(milliseconds);