home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH06 / A06132.TXT < prev    next >
Encoding:
Text File  |  1993-08-18  |  368 b   |  7 lines

  1. Constructors for the PhoneBk and Fraction classes could be defined
  2. as you see here.  The initializer list is part of the function
  3. definition and begins with a colon.  Data members in the list are
  4. separated by commas.  The initial value of each data member
  5. follows each member.  The value must be an expression of
  6. appropriate type and is enclosed in parentheses.
  7.