Share via


Document and View Classes Created by AppWizard

OverviewHow Do I

AppWizard gives you a head start on your program development by creating skeletal document and view classes for you. You can then use ClassWizard to map commands and messages to these classes and the Visual C++ source code editor to write their member functions.

The document class created by AppWizard is derived from class . The view class is derived from . The names that AppWizard gives these classes and the files that contain them are based on the project name you supply in the AppWizard dialog box. From AppWizard, you can use the Classes dialog box to alter the default names.

Some applications might need more than one document class, view class, or frame-window class. For more information, see Multiple Document Types, Views, and Frame Windows.