Visual Studio 2015

A couple of exciting things have been announced for C++ programmers with respect to Visual Studio. Visual Studio 2015 is currently available as an unsupported preview release.

Boost 1.57 Released

Boost 1.57 has been released.

From the boost.org homepage:

Boost provides free peer-reviewed portable C++ source libraries.

We emphasize libraries that work well with the C++ Standard Library. Boost libraries are intended to be widely useful, and usable across a broad spectrum of applications. The Boost license encourages both commercial and non-commercial use.

C++ 14 ISO Standard Ratified

On August 18th, 2014, the ISO standards body ratified the latest version of the ISO C++ standard, known as C++14. You can obtain a working draft of the C++14 standard (N3797), which is likely to be nearly identical to the final published standard. Published standards can only be obtained from standards bodies by paying a fee, so most of us make do with the last draft standard issued prior to the official ratification of the standard.

Continue reading