(08/18/08)
In this overview of the changes proposed for the new standard, you'll get an idea of the kinds of improvements you can expect this time around.
(08/18/08)
C++0x concepts bring the full power of the Generic Programming paradigm to C++, making templates more expressive, easier to write, and easier to use. Spectacularly poor template error messages are a thing of the past!
(08/18/08)
The new standard will support multithreading, with a new thread library. Find out how this will improve porting code, and reduce the number of APIs and syntaxes you use.
(08/15/08)
C++ founding father assesses the language on the eve of its new standard.
(08/19/08)
The XQuery language is the XML analogue of SQL, designed to augment XPath 2.0 by working with sets of values, not just with single scalar values.