C++ Gotchas: Avoiding Common Problems in Coding and Design
- Length: 352 pages
- Edition: 1
- Language: English
- Publisher: Addison-Wesley Professional
- Publication Date: 2002-12-06
- ISBN-10: 0321125185
- ISBN-13: 9780321125187
- Sales Rank: #1648776 (See Top 100 Books)
C++ Gotchas is the latest addition to the distinguished roster of Addison-Wesley’s bestselling programming titles, such as Effective C++ and Exceptional C++. While appealing to the same broad audience of intermediate C++ programmers, this book has a completely different approach. The author presents 99 “gotchas” – common and preventable problems in C++ programming and design. The gotchas run the gamut from minor syntactic annoyances to basic design flaws to psychological behavior. The material has been selected based on the author’s extensive experience presenting gotchas in his training classes, speaking engagements, and magazine articles. By learning the lessons in this book C++ programmers will save themselves much time and wasted effort. C++ Gotchas is destined to become an invaluable reference to many programmers.
Table of Contents
Chapter 1. Basics
Chapter 2. Syntax
Chapter 3. The Preprocessor
Chapter 4. Conversions
Chapter 5. Initialization
Chapter 6. Memory and Resource Management
Chapter 7. Polymorphism
Chapter 8. Class Design
Chapter 9. Hierarchy Design