|
|
How's and Why's of C++
Ruminations on C++
by Andrew Koenig of ATT&T Labs Research; Addison-Wesley, 1997. ISBN 0-201-42339-1.
"This book concentrates on the key C++ ideas and programming techniques--skimming the cream--to let its readers understand the ``why'' and not just the ``how'' of C++ programming. Intermediate C++ programmers will find solid fodder here, yet even experts need not fear overgrazing: they will find something worth chewing on in every chapter. "
|
C++ Reference Books
|
|
|
C++ Textbooks
Absolute C++ by Walter Savitch; Addison-Wesley, First Edition.
ISBN: 0-201-70927-9; Sonoma State University and University of California at Berkeley are using this textbook. I purchased a copy while on campus at Cotati and am quite pleased to learn about namespaces, vectors, virtual functions, exception handling, inheritance, UML, and more. Hopefully more colleges and universities will begin using this text. ~C.Gribble, Webmaster, hitmill.com
Lippman, Stanley B., and Josee Lajoie. C++ Primer. Third Edition Addison-Wesley Publishing Company, 1998. ISBN 0-201-82740-1.
Computing Concepts with C++ Essentials, 3rd Edition by Kay Horstmann.
Wiley Publishers, copyright 2003. ISBN 0-471-16437-2.
This textbook assumes no previous knowledge of programming, which is ideal for introductory programming classes. Students with prior programming experience may want to go at a faster pace than this introductory programming textbook. This is an ideal textbook for a one semester "Introduction to Programming" class at a College or University for students not having prior programming experience.
Learn to Program with C++ by Professor John Smiley of JohnSmiley.com. ISBN: 0072-225-351 ; Pre-publication announcement. Watch for book news at www.johnsmiley.com.
|
|
Advanced C++
Exceptional C++
Exceptional C++ by Herb Sutter is the second book in Bjarne Stroustrup's C++ In Depth series, and includes a foreword by Scott Meyers. Contents: Exceptional C++ contains 47 Items organized into eight major sections, described at this Web site.
Free C/C++ Libraries and Source Code
Lippman, Stanley B. Inside The C++ Object Model. Addison-Wesley, 1996. ISBN 0-201-83454-5.
Stroustrup, Bjarne. The C++ Programming Language. Third Edition. Addison-Wesley Publishing Company, 1997. ISBN 0-201-88954-4.
Stroustrup, Bjarne. The Design and Evolution of C++. Addison-Wesley Publishing Company, 1994. ISBN 0-201-54330-3.
Alexandrescu, Andrei. Modern C++ Design. Addison-Wesley, 2001. ISBN 0-201-70431-5.
Lakos, John. Large-Scale C++ Software Design. Addison-Wesley, 1996. ISBN 0-201-63362-0.
|
|
|
|
|
C++ Book Advice from Newsgroups
|
|