Bibliography

This is a list of all the bibliography referenced in this blog, ordered by author and year of publication.

[McConnell 2004]
Steve McConnell: Code Complete, 2nd Edition, Microsoft Press, 2004.

[Meyer 1997]
Bertrand Meyer: Object-Oriented Software Construction, 2nd Edition, Prentice Hall, 1997.

[Meyers 1998-1]
Scott Meyers: Effective C++: 50 specific ways to improve your programs and designs, 2nd Edition, Addison Wesley, 1998.

[Meyers 1998-2]
Scott Meyers: More effective C++: 35 new ways to improve your programs and designs, Addison Wesley, 1998.

[Sutter 1999]
Herb Sutter: Exceptional C++, 47 Engineering Puzzles, Programming Problems, and Solutions, Addison Wesley, 1999.

[Sutter-Alexandrescu 2004]
Herb Sutter, Andrei Alexandrescu: C++ Coding Standards. 101 Rules, Guidelines and Best Practices, Addison Wesley, 2004.

Comments

Popular posts from this blog

#2. Make all type conversions explicit

Welcome to The Deep Blue C++

#13. Organize your code in classes