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