!! UPDATED and IMPROVED !!
Now uses a dynamic array and increment control for more efficient stack resizing. The sky's the limit (or system memory, whichever comes first).
Implements a Stack class ("last on, first off" principle) that accepts different data types.
GUI demonstrates how to use this class.
Please rate this code!