More Features Of C++14 Are Covered

Written by Michael Larabel in Free Software on 1 April 2013 at 11:24 AM EDT. 8 Comments
FREE SOFTWARE
C++14 is the next update to the C++ programming language. While only considered a minor update over C++11, it will bring with it several new features.

Last week I wrote about some of the new features coming to C++14 from a nice summary of the proposals published at MeetingCPP.com. The blog has now published their C++14 Part 2 covering more of the interesting proposals for changes/additions to the C++14 language specification.

The proposals have yet to be evaluated by the C++ committee, but some of the interesting items proposed include bettering random number generation, introducing object aliases, a parallel alogrithms library, network/HTTP support in C++, a fork-join parallelism library, standardized representation of a-synchronous operations, new interfaces for MapReduce, resumable functions, shared locking, unicode support in the standard library, and SIMD (Single Instruction Multiple Data) support in the C++ standard library.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week