Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

There is a list for GCC; is there a similar list for Visual Studio 2010?

share|improve this question

3 Answers

up vote 37 down vote accepted

There is also a list for Visual C++ 2010 (that article describes the core language features that have been implemented; the PDF linked from the article describes the library features that have been implemented).

Edit: I've just come across an awesome list: the Apache C++ Standard Library wiki has a table listing the C++11 core language features and which C++ compilers support each of them.

share|improve this answer
1  
That table is broken, you can't see the VC10 column :/ – Andreas Bonini May 29 '10 at 22:13
@Andreas: Yeah, the new MSDN blogs layout broke it... I guess you can just go by the colors :-). – James McNellis May 29 '10 at 22:14
Looks OK to me on IE8. – T.E.D. May 29 '10 at 22:39
1  
@James: the second list is awesome! Bookmarked, thanks! – Andreas Bonini May 30 '10 at 2:39
1  
Amazing list! Thanks very much James. – Matthieu M. May 30 '10 at 11:45
show 1 more comment

Here is the best list IMO since it breaks it down into several tabs like core language, library, etc: Summary of C++0x Feature Availability in gcc and MSVC

share|improve this answer

The What's new in Visual C++ 2010 MSDN page summarises the new feature support as well.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.