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

  1. You use casts to explicitly convert an object from one built-in
  2. type to another.  Conversion functions provide a similar facility
  3. for user defined types.  This example shows that the conversion
  4. function can be called using a notation that looks like a cast.
  5.