最新sublime3配C++11编译环境

it2022-05-31  83

sublime text 3. version 3.2.1 build 3207


Package control: install package : C++11 (v0.0.9; github.com/noct/sublime-cpp11)

install package: PackageResourceViewer (v1.1.0; github.com/skuroda/PackageResourceViewer)


 

Tools/Command Palette... :packageresourceviewer: open resource: C++11,C++11.sublime-build修改:

[ { "name": "Run", //"cmd": "g++ -Wall -std=c++11 \"$file\" -o \"${file_path}/${file_base_name}\" && start cmd /c \"\"${file_path}/${file_base_name}\" & pause\"", "cmd": "g++ -Wall -std=c++11 \"$file\" -o \"${file_path}/${file_base_name}\" && \"${file_path}/${file_base_name}\" ", "shell": true } ]

END.

 

 

这条线是傻逼,怎么删都删不掉:


 

转载于:https://www.cnblogs.com/xiaouisme/p/10962014.html

相关资源:数据结构—成绩单生成器

最新回复(0)