home *** CD-ROM | disk | FTP | other *** search
- These two class templates generate cooperating classes to
- implement stacks using arrays. The parameterized type "T" is the
- type of the elements in the array and of pointers to the array.
- In the chapter Examples II, this example is developed further
- and class templates are used in a hierarchy of derived classes.
-