home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH15 / A151151.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-01  |  243.4 KB  |  1 channel  |  11,025 sample rate  |  22 seconds
Transcription: These two class templates generate cooperating classes to implement stacks using arrays. The parameterized type T is the type of the elements in the array and of pointers to the array. In the chapter Examples 2, this example is developed further and the class templates are used in a hierarchy of derived classes.