Skip to main content

Introduction to MFC

The Microsoft Foundation Class (MFC) library provides a set of functions, constants, data types, and classes to simplify creating applications for the Microsoft Windows family of operating systems.

  1. On the main menu, click File -> New Project...
  2. In the Project Types, click Visual C++
  3. In the Templates list, click Win32 Project
  4. Set the Name to Exercise1
    New Project
  5. Click OK
  6. On the first page of the wizard, click Next

    Win32 Application Wizard
  7. On the second page, accept Windows Application and click Empty Project

    Win32 Application Wizard
  8. Click Finish

Comments