Hello everyone! The new C++ standard, called c++0x which will (probably) be released this year, will it drastically change the language? Like, will I need to kind of learn C++ again?
You should definitely look into C++0x though, I find most features I have read about til now quite useful (especially auto, inbuilt lambda expressions and more general initializer lists), though I haven't read too much into it myself.