Sneek Peek of the Next Version of Standard C++
In this article, Bjarne Stroustrup (the father of C++) talks about the next version of the widely used general-purpose programming language. This next version, called C++0x for now, will most likely be finished by 2009. The article discusses new language features, for example concepts - which specify the properties required of a type and can be used with templates. Stroupstrup also talks about new standard C++ libraries.