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

  1. This statement is an attempt to initialize a char* with the value
  2. of a float.  It causes an error because there is no defined way to
  3. convert a float to a char*.
  4.