home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH12 / A12094.TXT < prev    next >
Encoding:
Text File  |  1993-10-18  |  234 b   |  5 lines

  1. Implicit conversions are performed by the compiler when two types
  2. do not agree, and there is a defined way to convert one of the
  3. types to the other.  Explicit conversions are conversions that you
  4. specify in the code of a program.
  5.