Introduction - If you have any usage issues, please Google them yourself
		 
The definition of a stack, and to achieve the basic operation of the stack: void Push (const T &  x) // bool Pop (T &  x) // bool getTop (T &  x) const // ostream &  operater < < (ostream &  os, Stack <T> &  S) // overload