home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH03 / A03113.TXT < prev    next >
Encoding:
Text File  |  1993-11-17  |  290 b   |  6 lines

  1. You access the elements of an array by specifying an index with the
  2. subscript operator.  The first element of an array has index zero.
  3. The last element has an index one less than the size of the array.
  4. In this example, the array "int_array" has five elements with
  5. indices from 0 to 4.
  6.