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

  1. Testing and debugging template classes and template functions can
  2. be awkward.  The process can be simplified if you write a specific
  3. class or function first.  That function or class can be thoroughly
  4. tested and then easily converted into a template.
  5.