Re: [Dev-C++] Sleep function not working properly
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
From: Darel F. <my...@Ma...> - 2000-10-04 12:36:20
|
It's not different. GCC is THE standard C/C++ compiler for several places. It has been used in numerous free and commercial projects. Is the sleep() function defined in the standard library? If so, that may be where the "problem" lies. I have noticed several changes over the past few months to libstdc++, which is supposed to be the implementation of the standard C++ library. JM...@ed... wrote: > Okay, if you want to get symantical, why is mingw32 different? > > "Ioannis Vranos" <no...@ya...> on 04/10/2000 02:49:12 PM > > Please respond to dev...@li... > > To: dev...@li... > cc: (bcc: Jonathan Murray/Edgars/ZA) > Subject: RE: [Dev-C++] Sleep function not working properly > > > -----Original Message----- > > From: dev...@li... > > [mailto:dev...@li...]On Behalf Of > > JM...@ed... > > Sent: Wednesday, October 04, 2000 1:35 PM > > To: dev...@li... > > Subject: RE: [Dev-C++] Sleep function not working properly > > > > > > > > > > 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? > > Basically, Dev-C++ is the editor. The compiler of Dev-C++ is the mingw32 > compiler (the gcc port for windows). > > Ioannis > > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com > > _______________________________________________ > Dev-cpp-users mailing list > Dev...@li... > http://lists.sourceforge.net/mailman/listinfo/dev-cpp-users > > _______________________________________________ > Dev-cpp-users mailing list > Dev...@li... > http://lists.sourceforge.net/mailman/listinfo/dev-cpp-users |