July 2000
Intermediate to advanced
1000 pages
24h 49m
English
by Andrew J. Indovina
In This Chapter
In this chapter, you will look at debugging and profiling strategies. Debugging C++ applications can be a very involved process and much more complicated than fixing an incorrect variable assignment.
C++ provides powerful tools to assist in detecting, reporting, and correcting errors.
First, you'll explore the techniques for debugging an MFC application. You'll check out the TRACER utility and touch base with the older error-checking ...
Read now
Unlock full access