C++ ``Dynamic Stack''


The dynamic stack described during the first lecture appears in this working example.

Compile with g++, using the command:
g++ -o tdstack tdstack.cc dstack.cc

or CC, using the command:
CC -o tdstack tdstack.cc dstack.cc

to create the executable ``tdstack''.

Source and header files: