Analysis of the Basic Frame of MFC Application Based on Document/View Architecture

Document/View architecture is a kind of basic frame of MFC application based on document. In this kind of frame, Document class is used for saving data and View class is used for showing data, both the classes differ greatly but relate nearly to one anther. Single document interface application and Multiple document interface application are two kinds of type of application based on Document/View architectur. In this paper, we analyze in detail the basic frame of MFC application based on Document/View architecture.