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

  1. These lines define and initialize the static array "GradeList".
  2. Notice that the elements of this array are of type "GradeAssoc".
  3. Both the typedef "GradeAssoc" and the array "GradeList" are
  4. declared in the class Grade.  Each element in this array holds a
  5. letter grade and two numbers that specify the lowest and highest
  6. number mark associated with that letter.
  7.