From: martin DOT kahlert AT keksy DOT mchp DOT siemens DOT de (Martin Kahlert) Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP questions - please help. Date: 10 Jul 1997 15:47:03 GMT Organization: Siemens Inc. Lines: 19 Message-ID: <5q305n$6sm$1@salomon.mchp.siemens.de> References: <5ps5sg$46d1 AT news-new DOT i2020 DOT net> <33C450C3 DOT 7B27 AT primenet DOT com> Reply-To: Martin DOT Kahlert AT mchp DOT siemens DOT de NNTP-Posting-Host: keksy.mchp.siemens.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk > kjm AT i2020 DOT net wrote: > >> (2) Does DJGPP do templates, exceptions, etc. and does it comply >> to the latest ANSI c++ standard? > > > DJGPP is MORE ANSI than any "commercial" compiler i've ever used. > I agree, that gcc is very ansi, but g++ doesn't handle all the newer c++ stuff (templates, exceptions) very well. Exceptions are a big problem I think, while templates are only problematic if you do 'nasty' things with them (e.g. see blitz++ project). Try using the repo patch. For beginners, everything should be fine. gcc 2.8.0 will incorporate most of the C++ standard and it will come out RSN... ;) Martin.