Pause For 10 Minutes.

HI Guys!!!

I am trying to pause my program for 10 minutes and the only way I know how to achieve this is to use:

 
Sleep(600000);


The number seems rather large and I believe it will have complications for a number so large. Any other ways to achieve the 10 minute pause?

Many Thanks,

Googie.
https://www.cplusplus.com/reference/thread/this_thread/sleep_for/

you can do it in seconds, its only 600 seconds, or play with it see if you can do it in minutes.

sleep, _sleep, Sleep, etc are nonstandard ..
Last edited on
Topic archived. No new replies allowed.