home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoftware Monthly 19…2 Programming Power Tools
/
MASO9512.ISO
/
cpptutor
/
cpptutor.arj
/
CH17
/
A17225.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
|
257 b
|
5 lines
"Push()" attempts to allocate a "Node". If the allocation fails,
an exception is thrown. If not, the data is assigned to the
"datum" portion of the "Node". The node is then added to the head
of the linked list and the value of "used" is incremented.