what is the difference between the codes written in the
document class and view class
Answer / mohanavel
The Document class supports objects used to store or
control your program's data and provides the basic
functionality for programmer-defined document classes. A
document represents the unit of data that the user
typically opens with the Open command on the File menu and
saves with the Save command on the File menu.
The View class provides the basic functionality for
programmer-defined view classes. A view is attached to a
document and acts as an intermediary between the document
and the user: the view renders an image of the document on
the screen and interprets user input as operations upon the
document. The view also renders the image for both printing
and print preview.
| Is This Answer Correct ? | 5 Yes | 1 No |
What is the RGB macro used for?
what are the advantages of VC++ design environment
A file a.cpp & B.cpp are complied & linked together in VC++ file a is something like int a =100;, File B is something like extern a; main() { printf("%d",a); }what will be the output.a)100,b)linker error,c)complier error etc etc.
What property is used to indicate that the up-down control is associated with a buddy control?
Explain the important features of vc++?
What is iunknown?
What is dao in vc ++?
What is a mnemonic?
Do I need ms visual c++ on my computer?
How to Use mfc71d.dll not mfc71.dll ?
How do I reinstall visual c++ on windows 10?
Is it ok to uninstall microsoft visual c++?