home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH05 / A05243.TXT < prev    next >
Encoding:
Text File  |  1993-11-23  |  328 b   |  6 lines

  1. These three declaration statements create four struct objects "m",
  2. "n", "x" and "y" and two class objects "a" and "b".  Notice that
  3. the declarations do not include the keywords class or struct.
  4. Those keywords are not required because the type names Fraction1,
  5. Fraction2, and Fraction3 are sufficient to define the objects.
  6.