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

  1. Templates are an excellent tool for building a family of
  2. container classes based on a specific implementation.  Templates
  3. allow you to define a class for any set of user-defined types.
  4. For example, the stack templates in this example can be used to
  5. generate an unlimited number of stack classes.
  6.