No Bugs!: Delivering Error Free Code in C and C++
- Length: 224 pages
- Edition: 1
- Language: English
- Publisher: Addison-Wesley Professional
- Publication Date: 1992-11-10
- ISBN-10: 0201608901
- ISBN-13: 9780201608908
- Sales Rank: #2962242 (See Top 100 Books)
No Bugs! offers a revolutionary approach to software development by showing programmers how to write error-free code from the start. No Bugs! presents techniques to stop many kinds of bugs from being included in a prog ram. It also discusses how to test programs to find bugs.
Table of Contents
Chapter 1. Introduction
Chapter 2. What is a bug?
Chapter 3. General Principles
Chapter 4. Some Basic Tricks
Chapter 5. Assert the World
Chapter 6. Debug Printfs
Chapter 7. Watching the Stack
Chapter 8. Watching the Heap
Chapter 9. File I/O
Chapter 10. Special Tricks for c++
Chapter 11. Special Tricks for assembly language
Chapter 12. The Testing Process
Chapter 13. Shipping the Product
Chapter 14. Useful bug-discovery tools
Chapter 15. Debug Message Boxes
Chapter 16. Debug Second Monitor