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

  1. "LLStack<T>" has two member variables and a "struct" declaration.
  2. The struct declaration "Node" contains a variable datum of type
  3. "T" and a pointer to the next node.  "pList" points to the top
  4. member of the stack.  "used" represents the number of nodes in the
  5. stack.
  6.