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

  1. Here, the user-defined type LongPair is declared.  This structure
  2. stores two long integers.  These integers represent the marks, or
  3. number grades, that a student receives on a course or examination.
  4. The highest possible mark is 100, the lowest possible mark is 0,
  5. and marks below 50 are considered to be failing grades.
  6.