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

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.

 

 

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


 

上一篇:Python编程必备5大工具,你用过几个?


下一篇:gitbook serve运行报错TypeError: cb.apply is not a function