As you can see, ObjectWindows packs a lot of functionality into its
classes. With this tutorial, you've really only begun to scratch the surface of the things
you can do with ObjectWindows. Here are a number of suggestions for things you can do to
expand the tutorial application even more:
You can add other Doc/View classes
to the application. To do this, compile the document class, its view classes, and a list
of document templates into an object file. Then add that object file to the application
when you link it. Then, when you open a new document, you'll see the new document types
appear in the File Open dialog box. Note that this works even though the application knows
nothing about the Doc/View classes you added.