what is the role of MFC, SDK and API in VC++
what is the role of MFC, SDK and API
3630
29-Sep-2010
Updated on 20-May-2011
Anonymous User
20-May-2011MFC 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.