home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH17 / A17201.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-26  |  274.6 KB  |  1 channel  |  11,025 sample rate  |  25 seconds
Transcription: On this page, you see the first part of the definition of the class template LLStackT. Like AStackT, LLStackT is publicly derived from the abstract base class, StackT. As a result, AStackT also has an ISA relationship with Stack. Anywhere you can use a StackT in your program, you can use an LLStackT.