vscode的用cmake配置c++环境

vscode: cmake, cmake tools, c++/c, code ruuner

windows

  1. 要安装mingw和手动添加路径到系统路径;
  2. 安装cmake, 选择


    image.png
  3. 要将mingw32_make.exe改为make才能编译通过
    notes:1,2,3弄完之后最好重启一下vscode
  4. launch.json文件,运行run and debug创建luanch.json文件


    launch.json.png

总结:一般用cmake编译,然后用lauch.json文件run/debug代码.

你可能感兴趣的:(vscode的用cmake配置c++环境)