C++ Implementation of Generic stack data structure
Make main.cpp g++ main.cpp -o Stack
in linux environment.
run ./Stack
to play around with the stack.
Supports push pop top empty size print quit operations. *push and pop should be followed by a value.