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

  1. These two class templates generate cooperating classes to
  2. implement stacks using arrays.  The parameterized type "T" is the
  3. type of the elements in the array and of pointers to the array.
  4. In the chapter Examples II, this example is developed further
  5. and class templates are used in a hierarchy of derived classes.
  6.