home
|
C++
|
FAQ
|
technical FAQ
|
publications
|
WG21 papers
|
TC++PL
|
Tour++
|
Programming
|
D&E
|
bio
|
interviews
|
videos
|
quotes
|
applications
|
guidelines
|
compilers
Errata for 20th printing of The C++ Programming Language
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).
Typos, Errors, and Clarifications
Chapter 1:
Chapter 2:
pg 24 s/remainder (the second operand/remainder (the operands/
Chapter 3:
Chapter 15:
pg 403 s/template< class T> List< T>::Link*/template< class T> typename List< T>::Link*/
Appendix A:
Appendix B:
Appendix C:
Appendix D:
Appendix E:
pg 951 s/vector v< X > v(n);/vector< X > v(n);/
home
|
C++
|
FAQ
|
technical FAQ
|
publications
|
WG21 papers
|
TC++PL
|
Tour++
|
Programming
|
D&E
|
bio
|
interviews
|
videos
|
quotes
|
applications
|
guidelines
|
compilers