As someone who has used C in the past and knows it fairly well, what is a good guide to the C++ Standard Library? I feel like I am aware of the new language features of C++ in comparison to C well enough, but as I understand it C++ is almost defined by the standard library (containers and the like).
I am not interested as much in template metaprogramming.
Online resource preferred.
Emphasis on container types.
What is a guide to using std:: objects?