home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH09 / A092022.TXT < prev    next >
Encoding:
Text File  |  1993-10-22  |  178 b   |  4 lines

  1. The pointer "pGrade" points to the static array belonging to the
  2. class Grade.  The integer object "index" stores the location in
  3. the array of the next element to be accessed.
  4.