home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH12 / A12095.TXT < prev    next >
Encoding:
Text File  |  1993-09-13  |  289 b   |  6 lines

  1. The implicit conversions that the compiler performs and the
  2. explicit conversions that it allows make coding more convenient.
  3. You do not have to continually overload functions to handle types
  4. that are related.  However, as this example shows, conversions can
  5. produce unwanted results.
  6.