Can I use C++ 11 in VS2010?. Do I need a new IDE/compiler?. What C++11 IDE's / compilers are there?
Mark
This is a discussion on C++ 11 In VS 2010 ? within the C++ Programming forums, part of the General Programming Boards category; Can I use C++ 11 in VS2010?. Do I need a new IDE/compiler?. What C++11 IDE's / compilers are there? ...
Can I use C++ 11 in VS2010?. Do I need a new IDE/compiler?. What C++11 IDE's / compilers are there?
Mark
No idea about VS, but latest GCC (G++) has pretty good support.
Status of Experimental C++0x Support in GCC 4.7 - GNU Project - Free Software Foundation (FSF)
Although it's not a complete list of all C++11 features (for example, I noticed that it is missing range based for loops), this page has a pretty good overview of compiler support for most of the major C++11 features: C++0xCompilerSupport - Stdcxx Wiki
If you are looking for C++11, I definitely recommend GCC (or Clang?). Visual C++ will not be getting a lot of features anytime soon.
For information on how to enable C++11 on your compiler, look here.
よく聞くがいい!私は天才だからね! ^_^