PDA

View Full Version : C++0x


danieldk
08-22-2008, 09:09 AM
I though some of us may be interested in the new features of the next C++ standard. In this article Stroustrup, the initial designer of C++ discusses some of the new features:

http://www.devx.com/SpecialReports/Article/38813/0/page/1

Some new stuff (especially from TR1) have already trickled down to g++/libstdc++, and the new smart pointer types and unordered_{map,set} are very useful.