home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH13 / A13141.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-19  |  167.9 KB  |  1 channel  |  11,025 sample rate  |  15 seconds
Transcription: Suppose that you wanted to use a stack data structure in a program. You could define a stack class like this one with member functions for the standard stack operations. The stack is designed to contain objects of the class StackItem.