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

  1. Automatic, standard or implicit conversions are conversions that
  2. are performed automatically.  You do not specify these conversions
  3. in the code; the compiler makes them implicitly.  These
  4. conversions can take place when an operator has operands that have
  5. different types.  They can also take place when an object is
  6. initialized, including when formal arguments are initialized in a
  7. function.
  8.