Simple ANSI C Stack


The simple Stack described during the first lecture appears in this working example.


Compile with g++, using the command:


g++ -o tstack tstack.c mystack.c


which creates the executable ``tstack''.


Source and header files: