RE: [Dev-C++] Sleep function not working properly
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
From: Ioannis V. <jv...@at...> - 2000-10-04 10:46:28
|
I am not programming windows applications yet, but what is that "standard" which says that sleep() had to be in seconds? Ioannis > -----Original Message----- > From: dev...@li... > [mailto:dev...@li...]On Behalf Of > JM...@ed... > Sent: Wednesday, October 04, 2000 12:26 PM > To: dev...@li... > Subject: Re: [Dev-C++] Sleep function not working properly > > > > > 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. |