home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH07 / A071244.TXT < prev    next >
Encoding:
Text File  |  1993-10-21  |  306 b   |  7 lines

  1. All but two of the other member functions for this class are
  2. omitted from this example.  The function append() appends the
  3. characters in an object of type char* to the text in a 
  4. String.  The function print() prints the contents of the 
  5. text on the output stream specified in the function 
  6. argument.
  7.