Search code examples
visual-studio-2013

Missing "C++ language standard" option in Visual studio 2013


I'm trying to compile my project using c++11 standard but that option in missing in my IDE.

enter image description here

I believe VS could show me the standard option like this

enter image description here


Solution

  • The option to set language standard was added in Visual Studio 2017.

    It's just not possible with earlier versions.