In addition to the Going Native videos, Microsoft's STL wrangler, the conveniently named Stefan T. Lavavej, has a couple of terrific series on the STL itself[1] and the core C++ language[2]. The second course is newer, and thus covers more finalized C++11/14 features.
The more technical videos on Channel 9 are terrific stuff, and hooray for download links! Kudos to Microsoft.
Also there is The tour of C++ (http://www.stroustrup.com/Tour.html) which offer a fresh start to the language.
But the one book I am waiting for is Effective C++ 11/14 which should coming up next year.