How to Lower the Bug Count of Your C++ Code
Learn to avoid common mistakes made by most C++ programmers when building robust programs. Find useful recipes on how to avoid the typical C++ pitfalls.
This book contains discussion of some of the most typical mistakes made by us, programmers, in C++ code and also some recipes how to avoid each of these mistakes. All examples, rules of thumb, and code have been tested and optimized and is available for download.
* Learn not to make the most common C++ coding mistakes
*Understand how to exploit your compiler to find your errors
*De-mystify Error handling in your C++ programs
*Write Debuggable C++
*Learn simple Rules of Thumb for programming with C++ Lear to keep your executable code efficient, while reducing bugs