Visual Studio代码如何运行以显示输出

发布于 2025-01-21 22:31:21 字数 368 浏览 0 评论 0原文

我只是下载Visual Studio代码以使用C语言进行我的大学项目。我已经下载了所有必要的扩展程序来运行代码

ps c:\ users \ user \ documents \ c test> CD“ C:\ USER \ USER \ Documents \ C Test”; if($?){g ++ hello world.c -o hello world};如果($?){。\ hello world}
cc1plus.exe:致命错误:world.c:没有这样的文件或目录 汇编终止。

但是,如果我在debug c \ c ++文件中运行它或运行C \ c ++文件,代码输出将显示您可以帮助我制作终端仅显示输出

I just download visual studio code to do my college project in C language. I already download all the necessary extensions to run the code but when I want to run the code option only the terminal will send me this

PS C:\Users\User\Documents\c test> cd "c:\Users\User\Documents\c test" ; if ($?) { g++ Hello world.c -o Hello world } ; if ($?) { .\Hello world }
cc1plus.exe: fatal error: world.c: No such file or directory
compilation terminated.

but if I run it in debug C\C++ file or Run C\C++ file the code output will show can you help me to make the terminal will show the output only

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文