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

  1. To initialize the new String object, an empty string is copied
  2. into the text area.  The call of the standard function strcpy()
  3. ensures that a String object created by this constructor is a
  4. valid string and ends with the terminator character.
  5.