Enabling C++11

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?
Does this help OP?: http://msdn.microsoft.com/en-us/library/vstudio/hh567368.aspx#corelanguagetable

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.
closed account (z05DSL3A)
Also keep Visual Studio 2013 updated...now on update 3

http://support.microsoft.com/kb/2933779
C++11 is enabled by default in VS, but as mentioned not everything is supported yet.
Topic archived. No new replies allowed.