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

The EzWindows API: a detailed examination

Chapter Objectives

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

In many problem situations, a programmer needs the ability to define a group of objects or, in programming par-lance, an array.

Arrays can be defined to represent both one-dimensional and multidimensional lists.

Our examination of arrays considers how to define and manipulate them.

We also consider how to efficiently sort and search an array of values.