tags:

views:

80

answers:

2

Anyone know of a good C++0x website out there, other than wikipedia?

Thanks.

+4  A: 

The best I know is ISO/IEC JTC1/SC22/WG21 - The C++ Standards Committee where the n3092.pdf document is available.

mloskot
+1  A: 

You should check out the Visual Studio Team Blogs. They discuss quite heavily the new features in C++0x, which are in VS2010, and how they can be used.

DeadMG
Can you give URLs?
Jonathan Leffler
Use your favourite Web search engine! A collection of good posts is available on Visual C++ Team (http://blogs.msdn.com/b/vcblog/) also C++ Next (http://cpp-next.com/) is worth reading.
mloskot
http://blogs.msdn.com/vcblog/archive/2008/10/28/lambdas-auto-and-static-assert-c-0x-features-in-vc10-part-1.aspxhttp://blogs.msdn.com/vcblog/archive/2009/02/03/rvalue-references-c-0x-features-in-vc10-part-2.aspxhttp://blogs.msdn.com/vcblog/archive/2009/04/22/decltype-c-0x-features-in-vc10-part-3.aspx
DeadMG
VC++2010 does not have support for all features defined in C++0x, it's probably less than half the features defined in C++0x.
snk_kid
Your point being? They are references about C++0x features in a major compiler. The OP didn't spec what he was using.
DeadMG
My point is obvious, your comment is miss leading because that resource only covers just 4 features (since VC++2010 supports only a small amount of C++0x features).
snk_kid