C++ upgrade gets unanimous approval

SUBSCRIBE
Newsletter & Subscriptions Computerworld is New Zealand's only specialised information systems fortnightly.
Subscribe now for $100 (23 issues) and save more than 37% off the cover price!
SIGN UP
Newsletter & Subscriptions
Get the latest news from Computerworld delivered via email.
Sign up now
ISO backs upgrade to C++11

With the recently-approved upgrade to the C++ language, the ISO (International Organisation for Standards) is enabling developers to leverage capabilities for parallel algorithms and higher performance, the chair of the committee responsible for the language said on Tuesday.

C++11 is the first major new version of ISO C++, said Herb Sutter, chair of the ISO C++ standards committee. Featured in C++11 are lambda functions, which serve as a key enabler of emerging parallel algorithms and revolutionise the use of the existing Standard Template Library, said Sutter, who also is principal architect for native languages at Microsoft. "What's already there in the C++98 standard library will immediately become even easier to use," he said. Move semantics in C++11, meanwhile, lead to higher performance. Concurrency features include types for portable, lock-free programming.

The final ballot for the C++ standard finished closed last Wednesday and was unanimously approved, Sutter said in his blog. C++11 has been referred to as C++0x and is to be published in a few weeks. The language, he said, is used for "just about everything - the world is built on C++." C++, including its C subset, is used to build the compilers and runtimes for virtually all competing languages, all major Web browsers, all major operating systems, Sutter said. It also is the main language used in Google and Facebook and the main language for nearly all Microsoft products, he said. "C++ is the language of choice for demanding applications in almost every application domain," said Sutter.
C++ is a general purpose language, said C++ developer Henry Skoglund. "Most of the things that are new in this standard, I'd say, are important for systems development and compiler [development]," he said. Lamdba capabilities, said Skoglund, allow developers to "write more bug-free, less-verbose code."

Also included in C++11 are auto and decltype functions, with auto providing convenience for type deductions and decltype enabling developers to get the strong type of any expression. Additionally, smart pointers, such as unique_ptr, offer standardised, automated memory management.

The next step for the C++ standard is for compilers to conform to it in the next year or two, Sutter said. "While that happens, the standards committee will continue to build on the great new language features already in C+11 by continuing to add to C++'s standard library so that a larger portable library (that does not require new language features beyond those already in C++11) will be available 'in the box' with every C++ implementation." Also under consideration is another round of language extensions, such as template concepts or stronger C++11 lamdbas.

computerworld
Computerworld NZ has now reached LinkedIn! Join to expand your networks and meet others interested in information systems.