CppDepend 5 Released
CppDepend allows architects and developers to analyze a code base, automate code reviews, and facilitate refactoring and migration. It’s based on Clang for more reliability and lets queries the code base over LINQ queries thanks to CQLinq.
New features in CppDepend v5.0 include:
- Import result files of other static analyzer like CppCheck and CPD,
- Hundred of Clang diagnostics are available and it can be easily queried using CQLinq.
- Custom CQLinq extensions which allows you to write elaborated CQLinq queries,
- Support for C++14: CppDepend works with the last version of Clang which implement all of the Draft International Standard of the upcoming C++14 language standard,
- Advanced integration with CppCheck,
- The directory/file organization for C projects.
Open Source project license terms<span 1;"="">.

A widely-used C++ program you might never have heard of: Physicists and other scientists use the GEANT4 toolkit to identify problems before they occur.
From the biicode beta product blog:
Recently on Dr. Dobb's, a quick how-to:
If you're using Qt, have you looked at KDE Fx?
This post describes my first impressions from taking the new JetBrains CLion C++ IDE (currently in alpha) for a spin:
In case you missed it: