home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH17 / A17226.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-11-04  |  179.4 KB  |  1 channel  |  11,025 sample rate  |  16 seconds
Transcription: POP attempts to remove the top element of the stack. If the stack is empty, an exception is thrown. If not, the data in the head of the list is stored and the node at the head of the list is then removed. The value of used is decremented and the data is returned.