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.
- On the main menu, click File -> New Project...
- In the Project Types, click Visual C++
- In the Templates list, click Win32 Project
- Set the Name to Exercise1
- Click OK
- On the first page of the wizard, click Next
- On the second page, accept Windows Application and click Empty Project
- Click Finish
Comments
Post a Comment