home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH17 / A17133.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-04  |  204.6 KB  |  1 channel  |  11,025 sample rate  |  19 seconds
Transcription: Templates are an excellent tool for building a family of container classes based on a specific implementation. Templates allow you to define a class for any set of user-defined types. For example, the stack templates in this example can be used to generate an unlimited number of stack classes.