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

  1. "Stack.h" contains the definition of the class template
  2. "Stack<T>".  "Stack.h" must be included when you are creating
  3. templates or classes that use the class template "Stack<T>".
  4. "Stack.h" includes the file "Exception.h", because the class
  5. template "Stack<T>" contains three exception class definitions.
  6.