home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH17 / A17226.TXT < prev    next >
Encoding:
Text File  |  1993-09-16  |  277 b   |  6 lines

  1. "Pop()" attempts to remove the top element of the stack.  If the
  2. stack is empty an exception is thrown.  If not, the data in the
  3. head of the list is stored and the node at the head of the list is
  4. then removed.  The value of "used" is decremented and the data is
  5. returned.
  6.