CREATING MFC APPLICATIONS
You use four primary tools in the development of your MFC-based Windows programs:
There are several resource editors; the one you use in any particular situation depends on the kind of resource that you’re editing. You’ll look at editing resources in the next chapter, but for now, let’s jump in and create an MFC application.
Creating an MFC application is just as straightforward as creating a console program; there are just a few more choices along the way. As you have already seen, you start by creating a new project by selecting the File ⇒ New ⇒ Project menu item, or you can use the shortcut and press Ctrl+Shift+N. The New Project dialog ...
Get Ivor Horton's Beginning Visual C++ 2012 now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.