New Security Feature in Visual Studio 2015
An article about a security feature in Visual Studio 2015, called Control Flow Guard.
Visual Studio 2015 Preview: Work-in-Progress Security Feature
by Jim Hogg
From the article:
By simply adding a new option to your Project, the Visual C++ compiler will inject extra security checks into your binaries. These will detect attempts to hijack your code. The check will stop execution of your code, before the hijacker can do damage to your data or PC...

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:


E.S.R. Labs presents its STL library adapted to embedded environments and discusses some of the choices they made for it:
Valgrind, a useful tool for any C++ developer released a new version today: