Date: Thu, 4 Dec 1997 17:24:42 -0800 (PST) Message-Id: <199712050124.RAA26223@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: "\"GoodCell\"" , djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: Does DJGPP support all standard C++ functions? Precedence: bulk At 08:08 12/3/1997 -0500, \"GoodCell\" wrote: >I would like to learn C++ in a general way instead of jumping into a >specific platform/compiler/IDE right away. Does DJGPP support all standard >C++ functions and headers? I want to be able to compiler all source codes in >a general C++ book. Hi there. Not being a C++ expert, or even a frequent C++ user, I can't claim that my information is flawless. However, to the best of my knowledge DJGPP does have all the standard C++ functions and headers. Some features of C++, like namespaces and extensions are broken in the current version, so don't plan to use them. Also, templates are implemented in what I'm told is a strange manner, but do exist. If you're just going to learn C++, I would guess DJGPP will work fine. Nate Eldredge eldredge AT ap DOT net