Review Questions for GUI2

 

MFC

  1. What is the difference between MDI, SDI, and Dialog applications, and when would you pick one over the other?
  2. What is the class that manages the relationships between documents and views? The CWinApp class will manage this class for creating new documents and views.
  3. What is the purpose of the OnNewDocument function of the document class?

 

More to come...