What do I need to know about C++0x?

Viewed 562

Possible Duplicate:
Where can I learn more about C++0x?

I am fairly familiar with C++03 but I still need to come to terms with C++0x so I would like to read some fairly digestible information on C++0x.

I have looked at the Wikipedia but I am on the look out for something that is more readable. So is there a book or series of blog entries that provide a nice introduction to the matarial?

7 Answers
Related