Xref: utzoo comp.lang.c++:6128 gnu.g++:593 Path: utzoo!utgpu!watserv1!watmath!uunet!samsung!caesar.cs.montana.edu!ogicse!emory!hubcap!rajarar From: rajarar@hubcap.clemson.edu (Bala Rajaraman) Newsgroups: comp.lang.c++,gnu.g++ Subject: C++ books Keywords: List of Books, Reviews Message-ID: <7641@hubcap.clemson.edu> Date: 13 Jan 90 21:02:07 GMT Distribution: na Organization: Clemson University, Clemson, SC Lines: 116 Hi!, Regarding some recommendations for books on C++ - there was a request for recommendations for C++ books a while ago and I had requested a summary. Here it is. I hope you find it useful. By the way, there are some recommendations at the end of the list. Though I don't agree with all of them, who am I to say??. Bala :-) rajarar@hubcap.clemson.edu -------------------------------------------------------------------------- >From janus!todd@uunet.UU.NET Fri Jan 5 22:05:02 1990 Received: from uunet.UU.NET by hubcap.clemson.edu; Fri, 5 Jan 90 22:04:50 -0500 Received: from janus.UUCP by uunet.uu.net (5.61/1.14) with UUCP id AA01825; Fri, 5 Jan 90 22:02:38 -0500 From: janus!todd@uunet.uu.net Message-Id: <9001060302.AA01825@uunet.uu.net> To: uunet!hubcap.clemson.edu!rajarar@uunet.UU.NET Subject: Re: Re: Request for C++ Textbook Date: Friday, 5 Jan 1990 17:23-PST Status: R start additions: Tony Hansen C++ Answer Book end changes: (from the CommonView BBS ~12/28/89) LIST OF BOOKS ON C++ AS OF OCTOBER, 1989 1. The Waite Group's C++ Programing Author: John Berry Publisher: Howard W. Sams & Co., 1988 ISBN 0-672-22619-7 2. Programing in C++ Authors: Steve Dewhurst and Kathy Stark Publisher: Prentice Hall, 1989 ISBN 0-13-723156-3 3. Using C++ Author: Bruce Eckel Publisher: Osborne-McGraw Hill, 1989 ISBN 0-07-881522-3 4. C++ Primer Author: Stanley Lippman Publisher: Addison-Wesley, 1989 ISBN 0-201-16487-6 5. Object Oriented Program Design Author: Mark Mullin Publisher: Addison-Wesley, 1989 6. C++ for Programers Author: Ira Pohl Publilsher: Addison-Wesley, 1989 7. User Interfaces in C++ and Object Oriented Programming Author: Mark Goodwin Publisher: MIS Press, 1989 ISBN 1-55828-023-5 8. C/C++ Expert Systems Author: David Hu Publisher: MIS Press, 1989 ISBN 0-943518-86-5 9. The C++ Programing Language Author: Bjarne Stroustroup Publisher: Addison-Wesley, 1986 ISBN 0-201-12078-X 10. An Introduction to Object Oriented Programing in C++ Authors: Weiner and Pinson Publisher: Addison-Wesley, 1988 ISBN 0-201-15413-7 "Object Oriented Programming in C++", Wiener & Pinson -- Awful. Examples contain non-portable contructs. Sometimes examples work for reasons unrelated to the author's explanation. Authors were severly criticized by Stroustrup, et al in the December SIGPLAN Notices. Read at your own risk. "C++ Prpgramming", John Berry -- Not good. Very readable, but often inaccurate. Examples often don't work. "The C++ Programming Language", Stroustrup -- Good, but out of date. Recommended as the 2nd or 3rd book to read about C++. Very technical in presentation. A newer draft of the book is known to exist. (Spring `89) Recommend picking it up when published. "Programming in C++", Dewhurst & Stark -- Good. Treatment is not thorough, but example code merits close study. Presentation is very technical. Recommended for advanced users. Assumes C++ 2.0. "C++ for C Programmers", Ira Pohl -- Good. Many good exercises. Limited in scope, but efficient in presentation. (i.e. Reader can start writing useful code very quickly.) "C++ Programming", Lippman -- Excellent. Best 1st book on C++. Fairly comprehensive in scope. Details differences between C++ 1.2 and 2.0. Must read if new to language. --------------------------------------------------------------------------