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 |
What is the use of CObject::Dump function ?
if i modified data in 1 view how does the other view knows
Hi can anyone explain about the synchronization objects types and where we are using in the code.
Types of DLL's
what if we provide two message handler for same message ?
How many types of dialog box are their
Which Macro is a Super set of other two macro DECLARE_SERIAL,DECLARE_DYNAMIC and DECLARE_DYNCREATE. ?
2.create for 10 batch: Employee_Number Employee_name Employee_Dateofjoining Employee_address Employee_salary 1.select the employee name who deriving more than 10 thousand salary and joined before august 08. use structure and pointers
What is the use of message map ?
What is the use of OninitDialog ?
1)how to Display the File Dialog Box, in MFC ?
What is the size of class