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

  1. The pointer "text" points to any characters already in the String
  2. object.  This call of the function strcpy() copies these
  3. characters to the location given by the pointer newtext.  The
  4. function strcat() can now be called to append the additional
  5. characters.
  6.