home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH15 / A15091.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-01  |  381.8 KB  |  1 channel  |  11,025 sample rate  |  35 seconds
Transcription: The classes that you define with a template vary in the data types that they use in their definitions. The functions that you define with a template vary in the data types that they use in their declarations. The arguments in the definition of a template specify how the classes or functions vary. These arguments are parameterized types. If you include a template definition in a program, specific classes or functions can be generated from it. The program supplies specific data types that represent the template arguments in these classes and functions.