home *** CD-ROM | disk | FTP | other *** search
- "Stack.h" contains the definition of the class template
- "Stack<T>". "Stack.h" must be included when you are creating
- templates or classes that use the class template "Stack<T>".
- "Stack.h" includes the file "Exception.h", because the class
- template "Stack<T>" contains three exception class definitions.
-