From: "\"GoodCell\"" Newsgroups: comp.os.msdos.djgpp Subject: Does DJGPP support all standard C++ functions? Date: Wed, 3 Dec 1997 20:08:28 -0500 Organization: Erol's Internet Services Lines: 17 Message-ID: <664vrm$qun$1@winter.news.erols.com> Reply-To: "\"GoodCell\"" NNTP-Posting-Host: nyd-as3s16.erols.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk 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. Also according to C++ FAQ these two books are recommended as "legality guides": Lippman, C++ Primer, Second Edition, 614 pgs, Addison-Wesley, 1991, ISBN 0-201-54848-8. Stroustrup, The C++ Programming Language, Second Edition, 646 pgs, Addison-Wesley, 1991, ISBN 0-201-53992-6. Which one is better for DJGPP and any compiler in general? Thank you very much.