Ammeraal, L. STL for C++ Programmers. New York: John Wiley, 1997.
Austern, M. H. Generic Programming and the STL: Using and Extending the C++ Standard Template Library. Reading, MA: Addison-Wesley, 1998
Glass, G., and B. Schuchert. The STL . Upper Saddle River, NJ: Prentice Hall PTR, 1995.
Henricson, M., and E. Nyquist. Industrial Strength C++: Rules and Recommendations. Upper Saddle River, NJ: Prentice Hall, 1997.
Josuttis, N. The C++ Standard Library: A Tutorial and Handbook. Reading, MA: Addison-Wesley, 1999.
Koenig, A., and B. Moo. Ruminations on C++. Reading, MA: Addison-Wesley, 1997.
Meyers, S. Effective STL: 50 Specific Ways to Improve Your Use of the Standard Template Library. Reading, MA: Addison-Wesley, 2001.
Musser, D. R., and A. Saini. STL Tutorial and Reference Guide: C++ Programming with the Standard Template Library. Reading, MA: Addison-Wesley, 1996.
Musser, D. R., and A. A. Stepanov. "Algorithm-Oriented Generic Libraries," Software Practice and Experience, Vol. 24, No. 7, July 1994.
Nelson, M. C++ Programmer's Guide to the Standard Template Library. Foster City, CA: Programmer's Press, 1995.
Pohl, I. C++ Distilled: A Concise ANSI/ISO Reference and Style Guide. Reading, MA: Addison-Wesley, 1997.
Pohl, I. Object-Oriented Programming Using C++, Second Edition. Reading, MA: Addison-Wesley, 1997.
Robson, R. Using the STL: The C++ Standard Template Library. New York: Springer Verlag, 2000.
Schildt, H. STL Programming from the Ground Up, New York: Osborne McGraw-Hill, 1999.
Stepanov, A., and M. Lee. "The Standard Template Library," Internet Distribution 31 October 1995 .
Stroustrup, B. "Making a vector Fit for a Standard," The C++ Report, October 1994.
Stroustrup, B. The Design and Evolution of C++. Reading, MA: Addison-Wesley, 1994.
Stroustrup, B. The C++ Programming Language, Third Edition. Reading, MA: Addison-Wesley, 1997.
Vilot, M. J. "An Introduction to the Standard Template Library," The C++ Report, Vol. 6, No. 8, October 1994.
Introduction to Computers, the Internet and World Wide Web
Introduction to C++ Programming
Introduction to Classes and Objects
Control Statements: Part 1
Control Statements: Part 2
Functions and an Introduction to Recursion
Arrays and Vectors
Pointers and Pointer-Based Strings
Classes: A Deeper Look, Part 1
Classes: A Deeper Look, Part 2
Operator Overloading; String and Array Objects
Object-Oriented Programming: Inheritance
Object-Oriented Programming: Polymorphism
Templates
Stream Input/Output
Exception Handling
File Processing
Class string and String Stream Processing
Web Programming
Searching and Sorting
Data Structures
Bits, Characters, C-Strings and structs
Standard Template Library (STL)
Other Topics
Appendix A. Operator Precedence and Associativity Chart
Appendix B. ASCII Character Set
Appendix C. Fundamental Types
Appendix D. Number Systems
Appendix E. C Legacy Code Topics
Appendix F. Preprocessor
Appendix G. ATM Case Study Code
Appendix H. UML 2: Additional Diagram Types
Appendix I. C++ Internet and Web Resources
Appendix J. Introduction to XHTML
Appendix K. XHTML Special Characters
Appendix L. Using the Visual Studio .NET Debugger
Appendix M. Using the GNU C++ Debugger
Bibliography