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

  1. Not all casts are allowed.  For example, you cannot convert a
  2. floating type to a pointer type.  The cast statement in this
  3. example produces a compile-time error.
  4.