home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoftware Monthly 19…2 Programming Power Tools
/
MASO9512.ISO
/
cpptutor
/
cpptutor.arj
/
CH13
/
A13141.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-11-19
|
242 b
|
5 lines
Suppose that you wanted to use a stack data structure in a
program. You could define a Stack class like this one, with
member functions for the standard stack operations. The stack is
designed to contain objects of the class StackItem.