home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoftware Monthly 19…2 Programming Power Tools
/
MASO9512.ISO
/
cpptutor
/
cpptutor.arj
/
CH17
/
A17226.TXT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-09-16
|
277 b
|
6 lines
"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.