如何在 vscode 和 txt 文件输入中运行 c++ 问题
Posted
技术标签:
【中文标题】如何在 vscode 和 txt 文件输入中运行 c++ 问题【英文标题】:how can I run a c++ problem in vscode and with a txt file input 【发布时间】:2021-02-27 17:44:07 【问题描述】:我正在尝试运行一个从 vscode 中的 txt 文件获取输入的问题,但我不知道在终端中要写什么。我用的是windows10。我的程序有一个通过运行我的解决方案创建的其他文件作为输出。这是我的代码。谢谢 the parts that i use the files
【问题讨论】:
【参考方案1】:下载这些扩展以在 VSCode 上运行程序
C/C++ Extension for VSCode
Code Runner
之后,您可以使用ALT + CTRL + N
运行您的程序
【讨论】:
它仍然没有运行它说:[运行] cd "c:\Users\nefik\hashcode final\" && g++ hashpel.h -o hashpel && "c:\Users\nefik \hashcode final\"hashpel 'g++' 不是内部或外部命令、可运行程序或批处理文件。 [完成] 在 0.035 秒内以 code=1 退出 您是否安装了 MinGW(C++ 编译器)?安装后,你有没有在你的环境路径中添加g++
?您可以查看this post 了解更多信息。以上是关于如何在 vscode 和 txt 文件输入中运行 c++ 问题的主要内容,如果未能解决你的问题,请参考以下文章