C++ resources
Vince Huston
Bjarne Stroustrup
The C++ Programming Language, chapter summaries
The C++ Programming Language, web page
The C++ Programming Language, Special Edition, web page
The C++ Programming Language, solutions companion
appendix D
appendix E
categorization of STL algorithms
Scott Meyers
Effective C++, table of contents
Effective C++, web page
More Effective C++, table of contents
More Effective C++, web page
Effective STL, table of contents
Effective STL, web page
auto_ptr updates
Exception Handling: a false sense of security
James Coplien
Advanced C++ Programming Styles and Idioms
summary
Multi-Paradigm Design for C++
Nicolai Josuttis
The C++ Standard Library: A Tutorial and Reference
string
STL overview
Containers
Iterators
Algorithms
Function Objects
I/O
C++ Templates: The Complete Guide
Herb Sutter
Exceptional C++
summary
More Exceptional C++
John Lakos
Large-Scale C++ Software Design
summary
Efficient C++
chapter summaries
Stanley Lippman
C++ Primer
C++ Primer, solutions companion
Essential 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