coolgod @ 2011-12-07, 1:19 am wrote:
only thing good in c++11 i found was the support for unordered sets/maps (AKA hash maps). They are already in the gcc collection though, I'm pretty sure you can use it, it's just very annoying and buggy to use.
There are plenty of neat and useful updates in C++11 (as a read through of the wiki article would show you). Unfortunately, they still don't solve the many serious issues behind C++ as a high level language.