Visual Studio Code – How to Modify Code Runner's Default Command Line to Include g++ -std=c++11?
I recently tried running some code on VS Code but, as I'm using C++11 Standard code, I have to manually change the execution code in terminal to g++ -std=c++11 to actually run the code without errors. I'm using Code Runner…