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 11:36:36
|
All Unix compilers I have ever worked with as well as Borland's Turbo C compiler implements the sleep function in seconds. Why is Dev-C++ different? "Ioannis Vranos" <jv...@at...> on 04/10/2000 01:47:18 PM Please respond to dev...@li... To: dev...@li... cc: (bcc: Jonathan Murray/Edgars/ZA) Subject: RE: [Dev-C++] Sleep function not working properly 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. _______________________________________________ Dev-cpp-users mailing list Dev...@li... http://lists.sourceforge.net/mailman/listinfo/dev-cpp-users |