Writing real-world apps in MFC is never as simple as the sample programs found in the documentation. Paul DiLascia develops a set of reusable MFC classes that are the result of writing a genuine app, and shares them here in the first part of this series. Paul DiLascia
Sure, you may use _try and _except in your C++ code, but have you
ever wondered what's going on under the hood? Matt Pietrek goes where almost no one has gone before, diving into the abyss of SEH and surfacing with a human-readable explanation. Matt Pietrek
In the conclusion of this series, Allen Holub shows you the actual working sample code for his Forms-based applicationone that keeps the data hidden inside the objects and completely conforms to object-oriented programming techniques.