home *** CD-ROM | disk | FTP | other *** search
- Objects of the String class have three data members. The
- characters that compose the character string will be stored in
- dynamic memory at the location given by the pointer "text". The
- member "len" is the number of characters placed in the text area.
- The member size is the number of bytes allocated to hold the text.
-