Filenames and Classnames
The final step in running AppWizard to create an executable Windows program is toconfirm the classnames and the filenames that AppWizard creates for you, as shown in
AppWizard uses the name of the project (FirstSDI in this example) to build
the classnames and filenames. You should not need to change these names. If your
application includes a view class, you can change the class from which it inherits; the
default is CView, but many developers prefer to use another view, such as CScrollView
or CEditView. The view classes are discussed in Chapter 4. Click Finish when this Step 6
dialog box is complete.
TIP: Objects, classes, and inheritance are reviewed in Appendix A, "C++
Review and Object-Oriented Concepts."
No comments:
Post a Comment