// sstack.cpp: implementation of simple string stack #include "sstack.h" #include using namespace std; // TODO: implement StringStack here: