主函数关联了许多CPP文件下的函数,该怎么将CPP文件填进去呢? #15
ipanda555
started this conversation in
Cpp in VSCode on macOS
Replies: 2 comments
-
一个一个填进去……当然了你也可以用通配符 |
Beta Was this translation helpful? Give feedback.
0 replies
-
可以看一下这两个仓库 https://github.com/Yang-Xijie/Cpp-Makefile-template https://github.com/Yang-Xijie/C-Makefile-template
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
"cpp": "g++ $fullFileName -o $dir"$fileNameWithoutExt"".out" -W -Wall -O2 -std=c++17 && $dir"$fileNameWithoutExt"".out""如果我的主函数关联了许多CPP函数,该怎么将这些CPP文件填进去呢
Beta Was this translation helpful? Give feedback.
All reactions