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

  1. If you use a class object in a situation where another type is
  2. expected and there is a conversion function defined for that other
  3. type, the conversion function is called implicitly.  A conversion
  4. function can be called implicitly as a result of an assignment
  5. expression, a function call, or a return from a function.  This
  6. example shows an implicit call to a conversion function when a
  7. function is called.
  8.