Overview of the Next C++ Standard

22
Andareed writes “In a recent talk, C++ creator Bjarne Stroustrup described the goals he and the ISO C++ Committee have for the next version of the C++ standard. The new standard, tentatively ‘C++0x’, aims to make programs easier to write and maintain without sacrificing efficiency. Unfortunately, the challenges of revising an existing language and the rigor required make the standardization process slow and painful. The number of proposed features for C++0x far exceeds the number that can feasibly be standardized. Stroustrup describes two new features he believes will make the language much more expressive: initializer lists and concepts.”

Link: csclub.uwaterloo.ca

Category:

  • C/C++