home *** CD-ROM | disk | FTP | other *** search
- The old copy of the characters in the String object is no longer
- required. The char* object of the pointer "text" is deleted, and
- the memory at that location is released. The data member "text"
- is updated to store the location of the combined strings. Note
- that the pointer "newtext" is a local object in this function, and
- that "newtext" is destroyed when the function append() ends.
-