1.

Solve : C++0x?

Answer»

I would LIKE to KNOW what's your opinion on the new standard, C++0x ?

Is it this?
Quote

C++0x
From Wikipedia, the FREE encyclopedia

C++0x (pronounced "see plus plus oh ex")[1] is the unofficial name of the planned new standard for the C++ programming language (originally, finalization was expected in 2008 or 2009, but the "0x" was retained).[2] C++0x is intended to replace the existing C++ standard, ISO/IEC 14882, which was published in 1998 and updated in 2003. These predecessors are informally but commonly known as C++98 and C++03. The new standard will include several additions to the core language and will extend the C++ standard library, incorporating most of the C++ Technical REPORT 1 (TR1) libraries — most likely with the exception of the library of mathematical special functions.[citation needed] Since the standard is not yet finalized, this article may not reflect the most recent state of C++0x. The first working draft international standard was published in August 2010 ...
IMHO :
Rather overdue.
Could use a better name.http://www2.research.att.com/~bs/C++0xFAQ.html


Discussion

No Comment Found