Hi,<P>What is your perference when it comes to STL containers? I know many programmers prefer the vector because it random-access. However, deque container is random-access and could be changed from ...
I can't find a good answer for this, but I fear a lot of that is that I don't know how to ask Google appropriately. I have a situation at work where I have a group of objects that each have some stl ...