< previous page page_771 next page >

Page 771
14
Records (C++ Structs)
GOALS
To be able to declare a record (struct) data typethat is, a data structure whose components may be nonhomogeneous.
To be able to access a member of a record variable.
To be able to use arrays of records to solve a given problem.
To be able to define a hierarchical record structure.
To be able to access values stored in a hierarchical record variable.
To understand the general concept of a C++ union type.
To be able to choose and design an appropriate array and/or record data structure for a given problem.

 
< previous page page_771 next page >