0
点赞
收藏
分享

微信扫一扫

code runner中配置C++11


code runner中配置C++11_c++14

{
"code-runner.runInTerminal": true,
"C_Cpp.default.cppStandard": "c++11",
"code-runner.executorMap": {
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt -std=c++14 && $dir$fileNameWithoutExt"
},
"files.associations": {
"typeinfo": "cpp"
},
}


举报

相关推荐

c++11 tuple

C++11 异常

【C++】C++11

c++11 noexcept

c++11上篇

C++——C++11

0 条评论