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

  1. The client code in this example is an interactive program that
  2. lets you use an array stack and a linked list stack.  You can
  3. store character strings in the array stack and integers in the
  4. linked list stack.
  5.