So I am new to this Visual Studio 2013 and C++11. I am learning a little bit about C++11's new features, so I am trying to do some practice with some of the features. Unfortunately, I'm getting errors that lead me to believe that I need to enable C++11 support in Visual Studiio 2013. Could anybody help me figure out what I need to do?
MSVS has always been a bit infamous for not implementing 100% of the C++ standard as fast as the others. It's usually easy enough to work around the things that they leave out though.