Debugging C++ Video Lecture 5

Debugging C++ Video Lecture 5

I’ve just uploaded the next lecture in debugging C++. This time, I spend some time going over the generic double linked list class because this sample will be the basis for several subsequent lectures.

In this debugging lecture, I present the debugger’s Memory Watch window. It allows you to examine any memory location in both hex and ASCII formats. Sometimes, locating the source of the memory leak can lead directly to the location of the coding error that is creating wild results. This example is one of these. By trying to locating the memory leak, we are led directly to the error.

This sample has been added to the site’s free download section along with the others.

Here’s the fast link to the video:
Debugging Lecture 05

Share Button

Leave a Reply