glot-code-runner icon indicating copy to clipboard operation
glot-code-runner copied to clipboard

update c++ standard to c++17

Open cleoold opened this issue 4 years ago • 3 comments

the original compiler option version is too old

cleoold avatar May 02 '20 06:05 cleoold

This one's particularly for VSCode : There's now a drop down (at least since VS 2017.3.5) where you can specifically select C++17. The available options are (under project > Properties > C/C++ > Language > C++ Language Standard)

1) ISO C++14 Standard. msvc command line option: /std:c++14
2) ISO C++17 Standard. msvc command line option: /std:c++17
3) The latest draft standard. msvc command line option: /std:c++latest

(I bet, once C++20 is out and more fully supported by Visual Studio it will be /std:c++20)

sagar-barapatre avatar May 12 '20 02:05 sagar-barapatre

Sorry, I don't get it.

cleoold avatar May 12 '20 02:05 cleoold

I mean download VS Code for better syncing.

sagar-barapatre avatar May 14 '20 11:05 sagar-barapatre