how to switch Visual-Studio 2010 into c++11

c++, c++11, visual-studio-2010

Solution

You can refer to this table: C++0x Core Language Features In VC10: The Table. Just use those in your code.

Problem

I'm new in programming in c++ and I want to try c++11 new features. So what am I asking for is how can I switch visual-studio 2010 to be able to compile c++11 sources?

Original source