| ||||||||||||
Prevent problematic code and fix bugs with help from the expert techniques and strategies found in this unique resource. Debugging C++ shows you how to recognize and stamp out common and little-known code bugs quickly and easily. You'll get complete coverage of procedure-oriented and object-oriented debugging. And there's more--learn how to debug STL and Windows applications also developed with the MFC. Software bugs cause chaos and downtime which can result in lost revenue. Save the day! Use the real-world solutions offered in this handbook to prevent bugs from crippling your company's systems.
Product Details
Would you like to update product info or give feedback on images?
|
|
Share your thoughts with other customers:
|
||||||||||||||||||||||
|
Most Helpful Customer Reviews
12 of 13 people found the following review helpful:
5.0 out of 5 stars
It's about time.,
By Shane Ragone (Hanover, MN USA) - See all my reviews
This review is from: Debugging C++: Troubleshooting for Programmers (Paperback)
Finally, a thorough book on the use of Visual C++'s Debugger. This book will take you through the essentials of optimization, debugging inline assembly code, dealing with MFC, and goes on to discuss repairing errors in STL code. If you want to get the most out of the debugger in Visual C++, you must have this book!
8 of 8 people found the following review helpful:
1.0 out of 5 stars
Buy John Robbins 'Debugging Applications' instead.,
By A Customer
This review is from: Debugging C++: Troubleshooting for Programmers (Paperback)
Like I said, the above sums up my advice. I'd suggest only absolute beginners would write a good review for this book, because they don't know any better. One section alleges that a programmer who teaches themself C++ will get fired, because they would use the linei = i + 1; not realising they SHOULD use i++; This is funny on SO many levels. 1. Who would fire someone for this ? He goes on to list the STL containers, misses half of them and goes on to explain why STL containers are better than containers based on templates ( which is the bedrock of STL ). His understanding is obviously lacking, but this does not stop him from writing about a topic if he thinks it will help sell his book. John Robbins book, on the other hand, is indispensable. If you don't own it, you need to. It is everything this book could have been and more. John is the author of MSDN's 'Bugslayer' column, and he knows what he is talking about.
8 of 8 people found the following review helpful:
2.0 out of 5 stars
Decent for beginner Windows programmers,
By A Customer
This review is from: Debugging C++: Troubleshooting for Programmers (Paperback)
I was pretty excited when I first got this book, but was pretty disappointed after reading it.First off, the title is misleading, focusing on Windows rather than C++. Since I am mainly a Windows programmer, though, this didn't phase me too much. However, the book often seemed to be a manual for the Visual C++ debugger rather than an insightful narrative on the debugging process. Although I realize examples have to be short and to the point, I was often insulted by the ridiculously simple errors the authors presented. The section on inline assembly debugging is almost useless. A much better approach would be examining the assembly language that the Visual C++ compile generates, rather than creating simple ASM programs with obvious mistakes. I would have much rather seen a book about preventing bugs, and techniques that can be used to accomplish this goal. While this is certainly not that book, it would be useful for something just getting started with Visual C++, though anyone beyond a novice would probably be as disappointed as I was.
Share your thoughts with other customers: Create your own review
|
|
Suggested Tags from Similar Products(What's this?)Be the first one to add a relevant tag (keyword that's strongly related to this product).
|