In defense of printf -- Kenny Kerr
To use or not to use cout instead of printf -- that is the question!
In case you missed Kenny Kerr's article on printf vs cout:
In defense of printf
From the article:
Folks seem to enjoy pointing out that I use printf in many of my examples of “modern C++”, as if printf is not really proper C++. Apparently, I should be using cout. The trouble is that cout isn’t exactly modern either...

A short article about two error-detection features in GCC:
A new major version of the Qt has been released.
In case you missed it, now you can develop web apps in C++ to run natively on Google Chrome. This tutorial shows how to develop a Native Client module in C++ and build and run it using PNaCl toolchain: