McGraw-Hill OnlineMcGraw-Hill Higher EducationLearning Center
Student Center | Instructor Center | Information Center | Home
Workbook
EzWindows Software Packages
Chapter Objectives
Chapter Outline
Chapter Overview
Lab
Self-Check Solutions
Feedback
Help Center


Cohoon/Davidson: C++ Program Design, Third Edition
C++ Program Design, 3/e
James P. Cohoon, University of Virginia
Jack W. Davidson, University of Virginia

Modifying objects

Chapter Objectives

Upon completion of this chapter the student will understand and be able to utilize the following key concepts:

We introduce operators that can modify objects and the use of programmer-defined object types.

The operators are the assignment operators and the extraction operator.

The extraction operator >> modifies an object by extracting a value from a stream and storing that value in an object.

We show how to define and manipulate instances of programmer-defined object types by writing programs that produce graphical displays.