The const Qualifier
Explains the use of the const qualifier on small code snippets. (by Carlo Wood)
Casting in C++
In-depth information on the four new casting operators available in C++. Written for those who know C++ but are using the old C-style casts.