home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power GUI Programming with VisualAge C++
/
powergui.iso
/
trialva
/
ibmcppw
/
samples
/
compiler
/
sample07
/
method2
/
dll
/
stack.cpp
< 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
C/C++ Source or Header
|
1996-02-20
|
214 b
|
11 lines
/*******************************/
/* Generating two instances of */
/* of stack for int and float */
/*******************************/
#include "stk.h"
stack<int> dummy1(0);
stack<float> dummy2(0);