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

  1. "Push()" attempts to allocate a "Node".  If the allocation fails,
  2. an exception is thrown.  If not, the data is assigned to the
  3. "datum" portion of the "Node".  The node is then added to the head
  4. of the linked list and the value of "used" is incremented.
  5.