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

  1. You can supply an explicit definition of a class with arguments
  2. that match a class template.  The class must be defined before a
  3. template class that exactly matches its arguments is created.  For
  4. example, a class created from the template class Sample may not be
  5. appropriate for objects in which the data member "ident" is a
  6. Fraction.  Here, the explicitly defined class is used instead of
  7. the template for the object "weeks".
  8.