home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH15 / A15116.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-01  |  223.2 KB  |  1 channel  |  11,025 sample rate  |  20 seconds
Transcription: This is the client code of the template classes AStack and AStackIter. Notice that the template classes are created when the objects MyStack and Next are declared. The object Next is an iterator object. After these objects are constructed, they are manipulated in the same way as objects of non-template classes.