From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,9dd5b1115995f5e1 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-04-10 21:30:29 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!xmission!news-out.spamkiller.net!propagator2-maxim!propagator3-maxim!news-in.superfeed.net!newsfeed01.tsnz.net!newsfeeds.ihug.co.nz!lust.ihug.co.nz!ihug.co.nz!not-for-mail From: "Alex Gibson" Newsgroups: comp.lang.ada Subject: Re: From Ada to C++ Date: Fri, 11 Apr 2003 14:05:33 +1000 Organization: Ihug Limited Message-ID: References: NNTP-Posting-Host: p200-tnt3.syd.ihug.com.au X-Trace: lust.ihug.co.nz 1050035429 28504 203.173.132.200 (11 Apr 2003 04:30:29 GMT) X-Complaints-To: abuse@ihug.co.nz NNTP-Posting-Date: Fri, 11 Apr 2003 04:30:29 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1123 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1123 Xref: archiver1.google.com comp.lang.ada:36074 Date: 2003-04-11T14:05:33+10:00 List-Id: "Anis Ben Dekhil" wrote in message news:opEka.52907$S71.46736@news.primus.ca... > Hi there, > I'm fluent in Ada95 and I'm searching for a C++ book for experienced > programmers. > > Any suggestions ? > > Thanks. > > best c++ group alt.comp.lang.learn.c-c++ faq at ftp://snurse-l.org/pub/acllc-c++/faq Comes down to what you like(authors style etc) See links in faqs for book reviews or reviews on www.accu.org C++ Faq Recommendations http://marshall-cline.home.att.net/cpp-faq-lite/how-to-learn-cpp.h tml Books below are possible suggestions Books for c++ Thinking in C++ by Bruce Eckel can download a copy(www.bruceeckel.com ) C++ Primer by Lippman & Lajoie C++Primer Answer Book by Tondo & Leung Accelerated C++ by Koenig & Moo Essential C++ by Lippman (sort of condensed version of the primer - 200pages instead of 1200) Learning to Program in C++ by Heller Teach yourself C++ in 21 days by Liberty C++ Primer Plus by Prata Intermediate and Advanced The C++ Standard Library by Josuttis Standard C++ IOStreams and Locales by Langer and Kreft C++ Gems by Lippman Exceptional C++ by SutterMore Exceptional C++ by SutterEfective C++ by MeyersMore Effective C++ by MeyersEffective STL by MeyersModern C++ Design by AlexandruStandard C++ IOStreamsThe C++ Standard Library by Nicolai Josuttis Reference books The C++ Standard Library by Josuttis The C++ Programming Language by Stroustrup The C++ FAQs by Cline,Lomow and Girou The C Programming Faqs by Steve Summit faqs. They give pointers to books, compilers(free), and web tutorials. http://snurse-l.org/acllc-c++/faq alt.comp.lang.learn.c-c++ http://www.eskimo.com/~scs/C-faq/top.html comp.lang.c http://www.parashift.com/c++-faq-lite/ comp.lang.c++ Unofficial comp.lang.c booklist http://users.powernet.co.uk/eton/clc/cbooks.html C++ faq recommendations http://marshall-cline.home.att.net/cpp-faq-lite/how-to-learn-cpp.h tml Alex