Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 2.19 KB

using-documents.md

File metadata and controls

42 lines (25 loc) · 2.19 KB
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Using Documents
Using Documents
11/04/2016
documents [MFC], C++ applications
data [MFC], reading
documents [MFC]
files [MFC], writing to
data [MFC], documents
files [MFC]
views [MFC], C++ applications
document/view architecture [MFC], documents
reading data [MFC], documents and views
printing [MFC], documents
writing to files [MFC]
f390d6d8-d0e1-4497-9b6a-435f7ce0776c

Using Documents

Working together, documents and views:

The document is particularly involved in managing data. Store your data, normally, in document class member variables. The view uses these variables to access the data for display and update. The document's default serialization mechanism manages reading and writing the data to and from files. Documents can also handle commands (but not Windows messages other than WM_COMMAND).

What do you want to know more about

See also

Document/View Architecture