C++ 14 standard has been announced.C++ 14 have a lot of new capabilities and this capabilities is made C++ more powerful and modern language.Here a blog post for new features about C++14.
Clang 3.4.x and newest version of GCC support C++ 14 standard.
Here some of the features which really affect me ;
N3532 - Dynamic Arrays
N3534 - C++ Pipelines
N3554 - A Parallel Algorithms Library for C++
N3559 - Proposal for Generic (Polymorphic) Lambda Expressions
Dynamic Arrays will play huge role for memory management in C++ projects.
C++ Pipelines and Parallel Algorithm library is also very important , because all of the computer architecture in today have multiple core system and we must use all of the power for strong and fast software.
Lambda came with C++11 but now it have more power in C++.
Hiç yorum yok:
Yorum Gönder