ABSTRACT

The basic architecture of each type of MFC application is identical. For example, developing an SDI application involves writing a document, view, frame, and app class. Visual C++ comes with a tool called AppWizard that creates this basic architecture for the type of MFC application you are developing. For example, if you are developing an SDI application, the MFC AppWizard will generate the generic portion of your document, view, frame, and app class-allowing you to focus on your application and not spend time writing repetitive code.