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'm wondering what the most efficient (convenient is a bonus) method for traversing an STL container, for example vector or list.<BR><BR>Take vector for example ...