For my compsci class, I am implementing a Stack template class, but have run into an odd error:
Stack.h: In member function ‘const T Stack
const T Stack
You're calling a non-const method from a const method.