My group and I attempted to implement a queue in C++ based on the following example for the code of a stack.
template class Stack { private