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 ...
Hypothetically speaking, if I have some sort of STL container such as a set or map which cannot insert duplicates of existing set or map members, what can I do to find out if a insert occurred or did ...