Visual Studio代码如何运行以显示输出
我只是下载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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论