std::vector<bool> : the exception to many rules
Using std::vector as a C array
Finding an element in std::vector
Using a sorted vector for fast element lookup
Reducing the capacity of a vector
Iterator / pointer invalidation
Find max and min Element and Respective Index in a Vector