home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH15 / A15095.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-01  |  374.7 KB  |  1 channel  |  11,025 sample rate  |  34 seconds
Transcription: A template must have at least one argument. Each argument specifies a parameterized type or a constant used within the template. This example is the definition of the class template, months. The argument id is a parameterized type. When a class is created from this template, a specific type is substituted for id. For example, id could be int to create a class in which names is an array of 12 integers. or id could be charstar to create a class in which names is an array of character strings.