Exemplo n.º 1
0
inline  void Dump(cStack<int/*, string*/>& pl_stack)//Displays the whole stack on screen
	{ while(pl_stack.Size() != 0) cout<< pl_stack.Pull() <<endl; }