DevX interviewed Bjarne Stroustrup about C++0x, the new C++ standard that is due in 2009. Bjarne Stroustrup has classified the new features into three categories Concurrency, Libraries and Language. The changes introduced in the Concurrency makes C++ more standardized and easy to use on multi-core processors. It is good to see that some of the commonly used libraries are becoming standard (eg: unordered_maps and regex).
Permalink for comment 327482
To read all comments associated with this story, please click here.
Member since:
2006-05-09
Not at all!
Have you seen Loki? It is the finest code I have ever seen in C++!
http://loki-lib.sourceforge.net/
Ok! the code is very hard to read, but the design of the library and its functionality is amazing!!!