标签:style blog http ar color sp for 文件 div
1.安装sublime text
2.下载MingW:
http://sourceforge.net/projects/mingw-w64/?source=typ_redirect
3.sublime中:preferences->browse packages->c++/c++.sublime-build文件修改为:
{ "cmd": ["g++", "${file}", "-o", "${file_path}/${file_base_name}"], "file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$", "working_dir": "${file_path}", "selector": "source.c, source.c++", // "encoding":"cp936", "variants": [ { "name": "Run", "cmd": ["${file_path}\\\\${file_base_name}.exe"] } ] }
your rock!
标签:style blog http ar color sp for 文件 div
原文地址:http://www.cnblogs.com/yujibuzailai/p/4129142.html