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

  1. Like static data members of ordinary classes, static data members
  2. of template classes must be defined outside of the class
  3. definition.  Here, two data members of a template class are
  4. defined before the function main().
  5.