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

  1. Objects of the String class have three data members.  The
  2. characters that compose the character string will be stored in
  3. dynamic memory at the location given by the pointer "text".  The
  4. member "len" is the number of characters placed in the text area.
  5. The member size is the number of bytes allocated to hold the text.
  6.