关于用vscode进行c++开发的配置
1.在vscode中安装[cpptools]插件
※Offline installation packages:
vscode-cpptools
2.安装 MinGW
MinGW download
※Download the latest release of [x86_64-posix-seh] and unzip to C:\Program Files\mingw64
3.配置系统环境变量
Add to path C:\Program Files\mingw64\bin\
校验命令: 在CMD中输入 g++
如果输出:> g++: fatal error: no input files.
则表明配置成功。