what is the role of MFC, SDK and API in VC++
what is the role of MFC, SDK and API
Ask by Amit Singh
Updated 20 May 2011
MFC in VC++
The Microsoft Foundation Class Library (also Microsoft Foundation Classes or MFC) is a library that wraps portions of the Windows API in C++ classes, including functionality that enables them to use a default application framework. Classes are defined for many of the handle-managed Windows objects and also for predefined windows and common controls.