Who's Afraid of C++?
Introductory book available on-line. (Steve Heller)
Thinking in C++ (2nd Edition)
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)
Optimizing C++
Provides working programmers with a practical, real-world approach to program optimization. (Steve Heller)
More Exceptional C++: 40 New Engineering Puzzles, Programming Problems, and Solutions
Provides tested techniques and practical solutions for programmers designing modern software systems with C++, from small projects to enterprise applications. (Herb Sutter)
More Effective C++: 35 New Ways to Improve Your Programs and Designs
Meyers explains how to write software that is more effective: more efficient, more robust, more consistent, more portable, and more reusable. Contains 4 sample items and updates/errata. (Scott Meyers)
Modern C++ Design: Generic Programming and Design Patterns Applied
Introduces the concept of generic components--reusable design templates that produce boilerplate code for compiler consumption--all within C++. Contains free sample chapter and C++ library source code. (Andrei Alexandrescu)
LotusScriptors Plain Simple Guide To The Lotus Notes C++ API
An introductory book describing how to program the Lotus Notes C++ API.
Imperfect C++: Practical Solutions for Real-Life Programming
Offers practical techniques and tools for writing code that's more robust, flexible, efficient, and maintainable. It shows how to tame C++'s complexity, cut through its vast array of paradigms, and take back control over the code. (Matthew Wilson)
FreeTechBooks: C/C++ Programming Language
Annotated list of free online programming books. Topics range from beginner to advanced. Descriptions, publishing information, links.
Exceptional C++ Style
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)
[ 1 ] [ 2 ] [ 3 ] [ 4 ]
|