Student Center
|
Instructor Center
|
Information Center
|
Home
Workbook
EzWindows Software Packages
Choose a Chapter
Chapter 1
Chapter 2
Chapter 3
Chapter 4
Chapter 5
Chapter 6
Chapter 7
Chapter 8
Chapter 9
Chapter 10
Chapter 11
Chapter 12
Chapter 13
Chapter 14
Chapter 15
Chapter Objectives
Chapter Outline
Chapter Overview
Lab
Feedback
Help Center
C++ Program Design, 3/e
James P. Cohoon, University of Virginia
Jack W. Davidson, University of Virginia
Testing and debugging
Chapter Objectives
Upon completion of this chapter the student will understand and be able to utilize the following key concepts:
A pointer is an object whose value is the location of another object.
C++ provides two complementary operators—the address operator & and the indirection operator *.
The address operator allows the location of another object to be computed
The indirection operator allows the value stored at another location to be computed.
We introduce command-line parameters that users may provide to programs.
2002 McGraw-Hill Higher Education
Any use is subject to the
Terms of Use
and
Privacy Notice
.
McGraw-Hill Higher Education
is one of the many fine businesses of
The McGraw-Hill Companies
.