home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH07 / A070946.TXT < prev    next >
Encoding:
Text File  |  1993-10-07  |  245 b   |  7 lines

  1. Here, the new operator allocates 13 bytes in
  2. the dynamic memory area.  The standard function
  3. strcpy() copies the string "text in code" into
  4. these bytes.  The value of the pointer
  5. "point_to_free" is the location of the copy of
  6. this string.
  7.