Click here to Skip to main content
15,888,202 members
Articles / Programming Languages / C#

How to iterate all MFC objects allocated on heap?

17 Apr 2009CPOL 782   1
MFC is famous for memory leaks. Usually we add icing and cherrys to those leaks by adding our own leaks. Is there any mechanism to track those?Well, if you’re object is a mfc object, which is derived from CObject, then MFC provides an iteration mechanism to iterate through your objects. You
We're sorry, but the article you are trying to view was deleted at 17 Apr 2009.

Please go to the C# Table of Contents to view the list of available articles in this section.