home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoftware Monthly 19…2 Programming Power Tools
/
MASO9512.ISO
/
cpptutor
/
cpptutor.arj
/
CH17
/
A172032.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
|
272 b
|
6 lines
"LLStack<T>" has two member variables and a "struct" declaration.
The struct declaration "Node" contains a variable datum of type
"T" and a pointer to the next node. "pList" points to the top
member of the stack. "used" represents the number of nodes in the
stack.