Skip to content

Instantly share code, notes, and snippets.

@const7
Last active April 27, 2020 13:45
Show Gist options
  • Save const7/0ed295438a509a385d40f06461b3be50 to your computer and use it in GitHub Desktop.
Save const7/0ed295438a509a385d40f06461b3be50 to your computer and use it in GitHub Desktop.

Set C++ Language standard

You have to set for every single project.

  1. right click on project and open Property/C/C++/Language/C++ Language Standard, then choose the version you want.

  2. click C/C++/Command Line and add the following line to Additional Options:

    /Zc:__cplusplus 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment