The last standard was published in 1998 with an update in 2003.
Bjarne Stroutstrup, inventor of C++
http://herbsutter.com/2011/08/12/we-have-an-international-standard-c0x-is-unanimously-approved/The final ISO ballot on C++0x closed on Wednesday, and we just received the results: Unanimous approval.
The next revision of C++ that weve been calling C++0x is now an International Standard! Geneva will take several months to publish it, but we hope it will be published well within the year, and then well be able to call it C++11.
Wikipedia C++ 11 / 0x said:C++0x (pronounced "see plus plus oh ex")[1] is the unofficial name of the 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 with the exception of the library of mathematical special functions.[3] 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 (N3126), with the last working draft being (N3291]) dated 5 April 2011. This draft is not publicly available; the most recent working draft available is (N3242) dated 28 February 2011.
In their March 2011 meeting, the ISO/IEC JTC1/SC22/WG21 C++ Standards Committee voted C++0x to Final Draft International Standard (FDIS) status.[4] This means that this final draft, dated 11 April 2011, is ready for review and approval by the ISO; the final specification is expected to be published sometime in mid-2011...
...One function of the C++ committee is the development of the language core. The presentation date of C++0x depends on the progress of this part of the standard.
Areas of the core language that will be significantly improved include multithreading support, generic programming support, uniform initialization, and performance enhancements.
Wikipedia C++ said:C++ (pronounced "see plus plus") is a statically typed, free-form, multi-paradigm, compiled, general-purpose programming language. It is regarded as an intermediate-level language, as it comprises a combination of both high-level and low-level language features.[2] It was developed by Bjarne Stroustrup starting in 1979 at Bell Labs as an enhancement to the C language. Originally named C with Classes, the language was later renamed C++ in 1983.[3]
Bjarne Stroutstrup, inventor of C++