VScode配置C、C++环境



参照如下教程:

配置VScodeC语言环境:https://blog.csdn.net/qq_28581077/article/details/81380341

> 例如新建test.c文件,如下方式执行:
>
> gcc -g test.c -o test.exe
>
> ./test.exe 





遇到的问题解决办法:

gcc: error: CreateProcess: No such file or directory解决方案:https://blog.csdn.net/a19990412/article/details/78360518

gcc: error: CreateProcess: No such file or directory解决方案2:https://blog.csdn.net/tracing/article/details/43056153?depth_1-utm_source=distribute.pc_relevant.none-task&utm_source=distribute.pc_relevant.none-task

 

相关文章:

  • 2022-12-23
  • 2021-06-17
  • 2021-06-10
  • 2021-11-09
  • 2022-12-23
  • 2021-04-27
  • 2021-05-19
  • 2021-06-04
猜你喜欢
  • 2021-06-30
  • 2021-09-15
  • 2021-11-11
  • 2022-12-23
  • 2021-10-10
  • 2022-12-23
  • 2021-08-06
相关资源
相似解决方案