overloading stuff for std::stackahh right, gotcha. Thanks for all your help
overloading stuff for std::stackahh, right, i understand the adapter classes now. That doesnt seem like too much trouble, really. ...
overloading stuff for std::stack@jsmith so with that class, i would only have to add the printStack function for it to work? I di...
overloading stuff for std::stackYeah, deriving from stack<> was what I'd head about (and originally trying to find an answer for, ev...
overloading stuff for std::stackby "Don't make it a member function of stack<>", do you mean just keep it as a seperate function? a...