阅读背景:

subime与C/C艹结合

来源:互联网 
!-- flowchart 箭头图标 勿删 --
{
	"cmd": ["g++","-Wall", "${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": ["cmd", "/c", "g++", "-Wall","${file}", "-o", "${file_path}/${file_base_name}", "&&", "cmd", "/c", "${file_path}/${file_base_name}"]
	},{
		"name": "RunInCommand",
		"cmd": ["cmd", "/c", "g++", "-Wall","${file}", "-o", "${file_path}/${file_base_name}", "&&", "start", "cmd", "/c", "${file_path}/${file_base_name} & echo.&pause"]
	},{
		"name": "Taskkill",
		"cmd": ["cmd", "/c", "taskkill", "/f", "/im","${file_base_name}.exe"]
	}]
}
{
	"cmd": 



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: