User profile: bgbnbigben

User info
User name:bgbnbigben
History
Joined:
Number of posts:27
Latest posts:

overloading stuff for std::stack
ahh right, gotcha. Thanks for all your help

overloading stuff for std::stack
ahh, 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::stack
Yeah, deriving from stack<> was what I'd head about (and originally trying to find an answer for, ev...

overloading stuff for std::stack
by "Don't make it a member function of stack<>", do you mean just keep it as a seperate function? a...