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

  1. This loop accesses the elements in the static array "GradeList".
  2. Each letter grade is printed in turn, together with the lowest and
  3. highest number grade associated with that letter grade.  Notice
  4. how the overloaded function call operator is used to step through
  5. the elements in the array.
  6.