C++ was introduced 33 years ago by Bjarne Stroustrup and for that, he deserves our big salute. As long as you keep it simple C++ is a good and reasonably modern object-oriented language that is still close enough to the machine architecture to produce programs that run about as fast as possible. But every programming language needs to be updated time to time. In the case of C++, New features have to be introduced in such a way that they don’t break existing programs. This has resulted in a less-than-perfect development of the language, where there is often more than one way of achieving the same result. It has been discussed at the recent standards meeting in Oulu, Finland where the actual and final features list of C++ has been finalised. The new C++ 17 standards are introducing new features like structured bindings and if initialisers, making this vintage programming language “feature complete”. The C++ community is calling C++17 the start of a new era that will bring powerful technical specifications and overcome the known issues. The non-C++17 features will be released later as add-ons in future releases. Here’s the list of the most features that will be on C++ 17:

According to the c++ community, this major update aims to make C++ an easier language to work with and brings powerful technical specifications. Read also: Google’s New Website To Learn Computer Science and Programming