Learn How To Program... with C++ -- Kate Gregory
Do you know a beginner who'd like to learn C++? Or even just learn how to program... using C++?
Recently, C++ author and trainer Kate Gregory made a new 7-hour course available via Pluralsight. And not just any introductory course, but teaching C++ the way it should be taught... not "C and pointers first."
It's highly-rated, as with all of Kate's courses. Know about it and recommend it to newcomers.
Learn How to Program with C++
Instructor: Kate Gregory
If you've never programmed before, and you think you'd like to learn C++, why not learn it first? This course covers what you need to start writing real applications in C++.

A few hours ago,
A nice short overview of when you might want your associative container to use a contiguous implementation instead of a tree under the covers:
Life'n'gadget just published a nice overview of the basic C++ compilation model, useful for people who are new to programming in C++.
The