10. Using Pointers

Chapter 9 - Arrays

Visual C++ 6: The Complete Reference
Chris H. Pappas and William H. Murray, III
  Copyright 1998 The McGraw-Hill Companies

What Are Arrays?
Think of arrays as variables containing several homogeneous data types. Each individual data item can be accessed by using a subscript, or index, into the variable. In the C and C++ language, an array is not a standard data type; instead, it is an aggregate type made up of any other types of data. It is possible to have an array of anything: characters, integers, floats, doubles, arrays, pointers, structures, and so on. The concept of arrays and their use is basically the same in both C and C++.

Books24x7.com, Inc 2000 –  


Visual C++ 6(c) The Complete Reference
Visual Studio 6: The Complete Reference
ISBN: B00007FYGA
EAN: N/A
Year: 1998
Pages: 207

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net