home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH15 / A15114.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-01  |  306.8 KB  |  1 channel  |  11,025 sample rate  |  28 seconds
Transcription: You can supply an explicit definition of a class with arguments that match a class template. The class must be defined before a template class that exactly matches its arguments is created. For example, a class created from the template class sample may not be appropriate for objects in which the data member ident is a fraction. Here, the explicitly defined class is used instead of the template for the object weeks.