i'm just learning implementation with stl stacks and queues and i'm not really familiar with them yet. can you make a function that takes an stl stack or queue as a parameter??? if so whats the syntax? the function will take in the stack and push a few values and either return the stack or pass it by reference. is this possible?