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

  1. These lines insert the PhoneNum object that is pointed to by
  2. "entry" into the first position in the list.  They are executed if
  3. the return value of the function prev() is the null pointer.
  4. Notice that the pointer "first", which is a data member of this
  5. List object, is updated.  The pointer "link", which is a data
  6. member of the PhoneNum object, is also updated.
  7.