home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH17 / A17176.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-25  |  155.9 KB  |  1 channel  |  11,025 sample rate  |  14 seconds
Transcription: This is the definition of the member function pop for the template class AStackT. If the stack is empty, an exception is thrown. If not, the top element is removed from the stack and its value is returned.