can u tell me the differences between MFC and API programming what are they used for?
This is a discussion on mfc and api within the C++ Programming forums, part of the General Programming Boards category; can u tell me the differences between MFC and API programming what are they used for?...
can u tell me the differences between MFC and API programming what are they used for?
That's why we have a FAQ Jack - here
MFC is a wrapper around Win32 API. Win32 API is the fundational tools for Windows programming. MFC makes it Windows programming a bit easy via C++ OOP paradigm.
Kuphryn