Modified September 10, 2004
Errata for Bjarne Stroustrup: The C++ Programming Language (special edition), Addison-Wesley, 2000. ISBN0-201-70073-5. Errata for the 10th printing. Also for the 20th printing of "The C++ Programming Language (3rd edition).
pg 24 s/remainder (the second operand/remainder (the operands/
Chapter 15:
pg 403 s/template< class T> List< T>::Link*/template< class T> typename List< T>::Link*/
Appendix A:
Appendix C:
pg 951 s/vector v< X > v(n);/vector< X > v(n);/