Address and Thread Sanitizers in GCC -- Red Hat Developer Blog
A short article about two error-detection features in GCC:
Address and Thread Sanitizers in GCC
by Dodji Seketeli on Red Hat Developer Blog
From the article:
Since their 4.8 version, the C and C++ compilers of the GNU Compiler Collection are equipped with built-in memory and data race errors detectors named Address Sanitizer and Thread Sanitizer.
This article intends to quickly walk you through the highlights of these two interesting tools.

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: