Sponsored Links
Directory Sites
Accelerated C++: Practical Programming by Example
Contains source code and errata. (Andrew Koenig and Barbara E. Moo)
www.acceleratedcpp.com
Web book containing an introduction to C++, programming techniques, and software design. (Bartosz Milewski)
www.relisoft.com
The C++ Standard Library from Scratch
On-line introduction and support page with Standard Library quick reference on-line, source code, exercises and solutions, and errata. (Pablo Halpern)
halpernwightsoftware.com
Introductory book available on-line. (Steve Heller)
www.steveheller.com
This two volume book, which covers Standard C++, is available free on-line. Includes reader comments and a link to subscribe to Eckel's mailing list. (Bruce Eckel)
www.mindview.net
The C++ Programming Language (3rd Edition and Special Edition)
Contains free introductory chapters and appendices about compatibility with C, locales, and the standard library's exception safety. (Bjarne Stroustrup)
www.research.att.com
The Design and Evolution of C++
This book provides information and detailed discussions of key design decisions that will add to the expert's understanding. (Bjarne Stroustrup)
www.research.att.com
Provides working programmers with a practical, real-world approach to program optimization. (Steve Heller)
www.steveheller.com
C++ Templates - The Complete Guide
Introduces a comprehensive introduction to templates and their applications, based on a detailed presentation of the language mechanisms and the techniques it supports. Includes the table of contents, code examples, and an errata. (David Vandevoorde and Nicolai M. Josuttis)
www.josuttis.com
LotusScriptors Plain Simple Guide To The Lotus Notes C++ API
An introductory book describing how to program the Lotus Notes C++ API.
homepage.mac.com
Applied C++: Practical Techniques for Building Better Software
Homepage of book by Philip Romanik, Amy Muntz from Addison Wesley C++ In-Depth Series. Table of contents, errata, FAQ.
www.appliedcpp.com
C++ For Artists: The Art, Philosophy, and Science Of Object-Oriented Programming
An eBook/PDF edition C++ programming textbook. Chapter samples, content. [Commercial]
www.pulpfreepress.com
C++ For Artists: The Art, Philosophy, and Science Of Object-Oriented Programming
Paperback edition of C++ programming textbook. Comes with CD-ROM.
pulpfreepress.com
(2nd edition) by J. Sribar and B.Motik. On 824 pages this book covers almost all aspects of C++ language. As the first of the kind in Croatian, it is consistent with ANSI/ISO Standard of C++ programming language. About the book, Table of Contents, Downloads.
free-zg.htnet.hr
Focuses on in-depth coverage of generic programming and the C++ standard library, along with exception safety, class design, memory and resource management, optimization and efficiency. (Herb Sutter)
www.gotw.ca