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

  1. The member function print() writes the data members "name" and
  2. "tel" to the output stream specified by the argument "os".  The
  3. data member "link" is not printed because it is used only by the
  4. classes List and ListIter to implement the linked list.
  5.