gpt4 book ai didi

c++ - 如何在 Visual Studio Code 中使用 g++ 编译和运行 cpp 文件?

转载 作者:行者123 更新时间:2023-11-28 06:17:29 31 4
gpt4 key购买 nike

我正在尝试使用一个任务,但只能找到如何编译:

{
"version": "0.1.0",
"command": "g++",
"args": ["-Wall", "${file}"],
"showOutput": "always"
}

我还想在程序运行时将输入/输出打印到控制台。

最佳答案

您可能想看看 https://code.visualstudio.com/Docs/tasks

最后有一个如何设置任务系统以使用 gcc 的示例。如果要编译的文件很多,您可能需要考虑使用 make 文件并调用 make 而不是直接调用 gcc。

关于c++ - 如何在 Visual Studio Code 中使用 g++ 编译和运行 cpp 文件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29984684/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com