Where can I learn more about C++0x?

Viewed 6784

I would like to learn more about C++0x. What are some good references and resources? Has anyone written a good book on the subject yet?

7 Answers

Wikipedia article seems like an excellent starting point: C++0x

It provides a good summary with brief examples and is updated regularly to match latest additions.

Related