home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH15 / A15111.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-01  |  277.9 KB  |  1 channel  |  11,025 sample rate  |  25 seconds
Transcription: A template class may be created when an object is declared and the declaration includes arguments matching a class template. A template class is an instance of the class template. Here, before constructing the object year, the compiler creates a template class. In this class, the data member ident is an integer and the data member period is an array of 12 string objects.