What is document-view architecture ? Give me one real time
example for SDI ?
Answers were Sorted based on User's Feedback
MFC applications wizards by default creates an application
skeleton with a document class and view class. This
achetecture separates the data management into these two
classes. The document manages the data of multipule views.
view displays the data and manages the user interaction.
Notepad is simple example for SDI application.
| Is This Answer Correct ? | 23 Yes | 2 No |
Answer / jianhua wang
This document-view architecture is the core of the
application framework and is loosely based on the
Model/View/Controller classes from the Smalltalk world. In
simple terms, the document-view architecture separates data
from the user’s view of the data. One obvious benefit is
multiple views of the same data.
| Is This Answer Correct ? | 13 Yes | 3 No |
How to setup a timer?
How to handle command line arguements from simple MFC application ?
what is the updated verssion in vc++
1)How to create ToolTip in MFC?
What function is called by a document class to notify views that the document has been changed?
1)To Remove WS_MINIMIZEBOX in a Frame ?
is it possible to display a window .without using windowclass
How can we create thread in MFC framework?
how do u identify RTTI in vc++
How to handle RTTI in MFC ?
what is the use of Mutex and critical section
what is functioning of DIalodDataXchange ..?