2010Unpublished venueRequires access

Storing and Printing Documents

Ivor Horton

Open publisher page 0 citations

Abstract

This chapter focuses on serialization, and explains how to make objects of a class serializable. It also discusses the role of a CArchive object in serialization. It describes the implementation of serialization in own classes and Sketcher application. The chapter shows how printing works with Microsoft foundation classes (MFC). It also describes implementation of multipage printing in the Sketcher application, storing of a document on disk. The chapter investigates how you can output a document to a printer. The basic idea behind serialization is that any class that ’ s serializable must take care of storing and retrieving itself. To implement serialization in the Sketcher application, one must implement the Serialize() function in CSketcherDoc so that it deals with all of the data members of that class.

About this research paper

What this paper is about

This chapter focuses on serialization, and explains how to make objects of a class serializable. It also discusses the role of a CArchive object in serialization. It describes the implementation of serialization in own classes and Sketcher application. The chapter shows how printing works with Microsoft foundation classes (MFC). It also describes implementation of multipage printing in the Sketcher application, storing of a document on disk. The chapter investigates how you can output a document to a printer. The basic idea behind serialization is that any class that ’ s serializable must take care of storing and retrieving itself. To implement serialization in the Sketcher application, one must implement the Serialize() function in CSketcherDoc so that it deals with all of the data members of that class.

Why it matters

A significance statement is not available in the OpenAlex record.

Key contribution

A contribution statement is not available in the OpenAlex record.

Method / approach

Method details are not available in the OpenAlex metadata.

Main findings

Findings are not separately available in the OpenAlex metadata.

Limitations

Limitations are not available in the OpenAlex metadata.

Applications

Application details are not available in the OpenAlex metadata.

Available abstract

This chapter focuses on serialization, and explains how to make objects of a class serializable. It also discusses the role of a CArchive object in serialization. It describes the implementation of serialization in own classes and Sketcher application. The chapter shows how printing works with Microsoft foundation classes (MFC). It also describes implementation of multipage printing in the Sketcher application, storing of a document on disk. The chapter investigates how you can output a document to a printer. The basic idea behind serialization is that any class that ’ s serializable must take care of storing and retrieving itself. To implement serialization in the Sketcher application, one must implement the Serialize() function in CSketcherDoc so that it deals with all of the data members of that class.

Key concepts: Serialization, Computer science, Class (philosophy), Object (grammar), Function (biology), Programming language, Operating system, Database

Related papers

Back to paper searchBrowse research topicsOriginal source
Storing and Printing Documents — Research Paper | ScholarLens