From: Chris Croughton Newsgroups: comp.os.msdos.djgpp Subject: Re: To person who ported PGCC to DJGPP Date: Thu, 18 Jun 1998 14:46:24 +0200 Message-ID: <35890C20.1E71@amc.de> References: NNTP-Posting-Host: bob.bob.bofh.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 18 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Gili wrote: > > On Tue, 16 Jun 1998 08:58:18, Gautier DOT DeMontmollin AT maths DOT unine DOT ch > wrote: > > > If you really want to program with exceptions, use a language > > where they are defined as standard and work: Ada. GNAT Ada 95 for > > DOS uses DJGPP 2.01 as back-end and exceptions _do_ work ! > > I like C++ and exceptions ARE a standard in the language, so I don't > see what the big deal is. Namespaces are also in the ANSI Standard for C++, but they aren't implemented in GCC (any version). Hopefully they will be soon now that the standard is out. (Question: are namespaces implemented as pe the standard in any C++ compiler yet?) Chris C