目录
开发环境
1、vscode
-
安装visual studio code、插件c/c++、code runner
-
https://sourceforge.net/projects/mingw-w64/files/ 选择x86_64-posix-seh版本安装
-
ctr+shift+b 编译 等价于: D:\Software\mingw64\bin\gcc.exe -g e:\czy\c\project\hello.c -o e:\czy\c\project\hello.exe
-
F5 编译+调试
-
编译过程:
2、vs -
解决中文乱码:https://blog.csdn.net/LaoJiuJun/article/details/98501863