home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH05 / A052202.TXT < prev    next >
Encoding:
Text File  |  1993-11-08  |  304 b   |  6 lines

  1. This line begins the definition of the function insert().  The
  2. scope resolution operator indicates that this function is a member
  3. the class PhoneBk.  This function either adds a new entry to a
  4. PhoneBk, or, if the requested name is already in the book,
  5. overwrites the telephone number for that name.
  6.