Sunday, September 05, 2010

Visual C++ 2010: What’s new for MFC library?

Some years ago I thought that MFC will be obsolete, and no new features will be added, but I was wrong, VS2008 added many features and enhancements, and with VS 2010 I discovered new improvements.
So what’s new in MFC 10? to answer to this question I tried to compare the two versions MFC 9 and MFC 10 using CppDepend.

Removed classes:
Let’s begin with breaking changes and search for removed classes:
SELECT TYPES WHERE WasRemoved
Read more: CppDepend