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

  1. First, the constructor sets the length of the String to zero, and
  2. the size of the String to be one greater than the requested number
  3. of characters.  The extra byte is required to hold the terminator
  4. character.
  5.