C++ resources
Vince Huston
Bjarne Stroustrup
The C++ Programming Language, chapter summaries
The C++ Programming Language, 4th edition
categorization of STL algorithms
Stroustrup TAMU homepage
Scott Meyers
Effective C++, table of contents
Effective C++, 3rd edition, web page
More Effective C++, table of contents
More Effective C++, web page
Effective STL, table of contents
Effective STL, web page
Nicolai Josuttis
The C++ Standard Library: A Tutorial and Reference, 2nd edition
string
STL overview
Containers
Iterators
Algorithms
Function Objects
I/O
C++ Templates: The Complete Guide
Herb Sutter
Exceptional C++, 2000
summary
More Exceptional C++, 2002
Exceptional C++ Style, 2004
C++ Coding Standards: 101 Rules, Guidelines, and Best Practices, 2005
summary
John Lakos
Large-Scale C++ Software Design
summary
Efficient C++
chapter summaries
Stanley Lippman
C++ Primer, 5th edition
C++ Primer Answer Book
Essential C++
James Coplien
Advanced C++ Programming Styles and Idioms
summary
Multi-Paradigm Design for C++
Bruce Eckel
Thinking in C++, volume 1
Thinking in C++, volume 2
Thinking in C++, volumes 1 and 2, download
Deitel and Deitel
C++ How to Program, 3rd edition
Andrew Koenig
Accelerated C++
Andrei Alexandrescu
Modern C++ Design: Generic Programming and Design Patterns Applied
Designing and Coding Reusable C++
summary
Cetus - 18,825 Links on Objects & Components
C++
Embedded C++ home page
summary
Download SGI implementation of STL
Miscellaneous
Interface, abstract class, and factory quotes
Inheritance quotes
Self-registering prototypes
Case statement considered harmful
Iostreams demo
Essential C++ and Object Design
Precedence of operators
OO Analysis and Design
Advanced C++ and Object Design
Namespace demo
Template Method demo
Operators demo
Composite demo
-------------------------
RTTI demo
Proxy demo
Template demo
Chain of Responsibility demo
-------------------------
auto_ptr demo
Pointer to member function demo
-------------------------
I/O demo
Visitor demo
Observer demo
-------------------------
Command demo
Decorator demo