Sublime text3 C++自建编译系统

2022/4/25 17:42:34

本文主要是介绍Sublime text3 C++自建编译系统,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

{
"encoding": "utf-8",
"shell_cmd": "/opt/homebrew/Cellar/gcc/11.2.0_3/bin/g++-11 $file_path/$file_name -std=c++11 -o yuhyuhy",
"file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
"selector": "source.c,source.c++,source.cpp",
"file_patterns":"*.cpp,*.c,*.c++",
"shell":true,

"variants" :
[{

"name" : "Date",

"shell_cmd" : "open /Users/yuhengyu/ttest.txt"

},
{

"name" : "Run",

"shell_cmd" : "./yuhyuhy"

},
{

"name" : "Date-Run",

"shell_cmd" : "./yuhyuhy < /Users/yuhengyu/ttest.txt"

}]
}

 

执行时用shift+command+B选择执行类型

 

我太难了,留个记录防老qwq。。。



这篇关于Sublime text3 C++自建编译系统的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程