C plus plus:Modern C plus plus:Appendices

From GPWiki

Modern C++ : Going Beyond "C with Classes"

Probably the most common bit of feedback I've recieved about these tutorials is that, for many people, their C++ base is weaker than I assumed. To try to help out with that, I'm going to be adding some appendices here covering the different features of C++ that people seem to be having trouble with that are used to build and use the components discussed in the main chapters.

New-Style Casts
Discusses the new safer and more readable casts introduced in C++
Checked std::lib
Demonstrates how a Checked std::lib can find bugs for you.