Re: [Dev-C++] Sleep function not working properly
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
From: <JM...@ed...> - 2000-10-04 10:28:16
|
On my machine, sleep(5000) causes a wait of 5 seconds (or 5000 milli-seconds if you like). But the argument to the sleep function is supposed to be in seconds NOT milli-seconds. The delay function, by standards, is for milli-second waits. "Jay Silverman" <jas...@at...> on 04/10/2000 11:48:40 AM Please respond to dev...@li... To: dev...@li... cc: (bcc: Jonathan Murray/Edgars/ZA) Subject: Re: [Dev-C++] Sleep function not working properly Not when I used it. Try 5000, what happens? *Jemini* ~Jay~ ----- Original Message ----- From: <JM...@ed...> To: <dev...@li...> Sent: Wednesday, October 04, 2000 5:39 AM Subject: Re: [Dev-C++] Sleep function not working properly The sleep function should count seconds. That is the standard. The delay function is used to wait milli-seconds. Jonathan _______________________________________________ Dev-cpp-users mailing list Dev...@li... http://lists.sourceforge.net/mailman/listinfo/dev-cpp-users |