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

  1. You must include the declaration of a template in every code file
  2. that refers to it.  You may define the template in a header file
  3. or a separate code file.  As with any header file, you can use the
  4. preprocessor directives to make sure that a template definition is
  5. included only once in a compilation unit.
  6.