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

  1. Here is the declaration and definition of the class Grade.  This
  2. class contains a static array "GradeList".  The purpose of the
  3. class is to contain a list of letter grades and the range of
  4. numeric grades associated with each letter.  For example, any mark
  5. between 80 and 100 is associated with the grade letter "A".
  6. Notice that structures LongPair and GradeAssoc are used to set up
  7. the association.
  8.