is there any next generation of C++?

Just like Groovy as the second generation of Java, which gives more elegant way of coding, is there any next generation of C++ language?
Well... sort-of. C++ will be undergoing some huge changes with the C++11/0x standard, assuming it ever gets published by the ISO.
http://en.wikipedia.org/wiki/C%2B%2B0x

-Albatross
c++0x
I see, So C++0x is a new version of C++. When will it come out as final implementation? the mid of 2011?
D is an elegant alternative to C++ (it's like C++ cleaned up, with garbage collection, if you want it)

http://www.digitalmars.com/d/2.0/index.html
http://www.amazon.com/D-Programming-Language-Andrei-Alexandrescu/dp/0321635361/ref=sr_1_1?ie=UTF8&qid=1305559982&sr=8-1

Alexandrescu is famous for promoting compile-time polymorphism via C++ generics
he is one of many who has gone over to the D camp
Topic archived. No new replies allowed.