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

  1. In some situations, you want to be able to use an object of one
  2. type where an object of another type is expected.  C++ allows you
  3. to convert the object to another type, with certain restrictions.
  4. In fact, the C++ compiler will perform some type conversions
  5. automatically, or implicitly.
  6.