From: blizzar AT hem1 DOT passagen DOT se (Peter Palotas) Newsgroups: comp.os.msdos.djgpp Subject: Re: namespaces etc. Date: Wed, 28 Jul 1999 22:29:21 GMT Organization: Tripnet AB Message-ID: <37a1822b.3134510@news.tripnet.se> References: <000701bed6ab$08bcdfa0$0100007f AT localhost> <379B5128 DOT 200E6CAC AT softhome DOT net> <379B688E DOT 40FB97B2 AT netcologne DOT de> <379BF05B DOT FA4AF694 AT softhome DOT net> <379CC580 DOT 35D82B45 AT netcologne DOT de> <379CCD08 DOT 1ED4E763 AT softhome DOT net> NNTP-Posting-Host: a9.pool.tripnet.se Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Server-Date: 28 Jul 1999 22:33:06 GMT X-Newsreader: Forte Agent 1.5/32.452 Lines: 23 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Mon, 26 Jul 1999 23:03:04 +0200, Laurynas Biveinis wrote: >Sascha Zapf wrote: >> I'm working with GCC 2.8.1, RHIDE 1.47 and TV 1.0.7...Which is the better >> choice....EGCS 1.2 or GCC 2.95 ( 3.0 ;-) ) > >EGCS 1.2 and GCC 2.95 are *the same* compiler. Simply before the >merger EGCS team was planing to release EGCS 1.2. Then FSF announced >that EGCS team is overtaking GCC and EGCS team renamed EGCS 1.2 to >GCC 2.95. And it definitely will not be GCC 3.0. It's development >will start after GCC 2.95 / 2.96 ? will be released. AFAIK. Do you know if this new version of GCC will have a more standard-compliant standard C++ library? The iostreams interface isn't correct according to the standard (or the standard as I know it, i.e. The C++ Programming Language by Bjarne Stroustrup and the Second Draft), the basic_string isn't complete, char_traits are missing, stringstreams are also missing to mention a few of the problems I have encountered... Do you know if any of these issues has been addressed in GCC 2.95? Peter.