C++ generic numeric algorithms -- Marius Bancila

Marius Bancila and the <numeric> factory:
C++ generic numeric algorithms in header
<numeric>by Marius Bancila
From the article:
The C++ Standard Library header
<numeric>contains several generic numeric algorithms. In this post we take a look at how they can be used for solving real world examples.

A nice digest-sized highlights reel of C++14:
GCC 4.9.0 is now available, with further improved C++11 and C++14 conformance.