From: jstacey AT plato DOT wadham DOT ox DOT ac DOT uk (J-P) Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP - failure to implement namespaces properly Date: 12 Jul 2000 11:29:31 +0100 Organization: Wadham College Oxford Lines: 17 Message-ID: <8khhab$4fu$1@plato.wadham.ox.ac.uk> References: <396b310a DOT 33541001 AT news DOT freeserve DOT net> NNTP-Posting-Host: plato.wadham.ox.ac.uk X-Trace: news.ox.ac.uk 963397773 29217 163.1.164.74 (12 Jul 2000 10:29:33 GMT) X-Complaints-To: newsmaster AT ox DOT ac DOT uk NNTP-Posting-Date: 12 Jul 2000 10:29:33 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com In article <396b310a DOT 33541001 AT news DOT freeserve DOT net>, Paul Bibbings wrote: >Don't get me wrong, as a novice C++ programmer I have no doubt that >DJGPP/Rhide is my favourite compiler/IDE combination, and that is why >I am all the more frustrated when it seems it doesn't implement the >language in ways the textbooks would expect it to. Poor implementation of namespaces is (I think) a known bug with g++. You might be best changing your compiler - I think you can do this with RHIDE, can't you? - but I'm fairly certain Microsoft Visual C++ is also buggy, just in different ways, not least in that it defaults to Microsoft Proprietary Standard Classes and has all but the most limited support for the actual "standard" classes. (Disclaimer: this is partly hearsay.) J-P