C++ Effective Stl Containers           

Item 1 : Choose your containers with care

Item 2 : Beware the illusion of container-independent code

Item 3 : Make copying cheap and correct for objects in containers.