Hi,
I'm new to the C++ programming world and am having a bit of difficulty understanding the difference between a container and container adapter. I thought a container such as a vector, deque and list that hold objects.
And an adapter is defined as something that converts something else such as deque being changed into a queue.
This is where I am missing the big light bulb moment - isn't a queue just another container with its own set of member functions that operates on whatever is inside the queue?
Thanks,
Shanna