C++0x looks like it's going to be awesome!
I'm loving what I'm reading on Herb Sutter's blog after his trip to the ISO C++ standards meeting in October.
Among the things Herb raises, my favorites include:
- nullptr - finally a nice literal from C++/CLI is approved and we can all stop using 0 which although is not that confusing is also not that clear, and also the horrible macro NULL - I don't know why, but I hate using NULL...I think it's just because it's in caps and requires a little more effort when typing.
- threading library - about time, enough said.
I am absolutely loving what I'm reading about C++0x!