登录 注册
当前位置:主页 > 资源下载 > 37 > 在 VSCode 中配置使用 MinGW 的 GCC 进行 C++ 开发

在 VSCode 中配置使用 MinGW 的 GCC 进行 C++ 开发

  • 更新:2024-10-29 13:40:20
  • 大小:1.08MB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:C++ - 后端
  • 格式:PDF

资源介绍

In this tutorial, you configure Visual Studio Code to use the GCC C++ compiler (g++) and GDB debugger from Mingw-w64 to create programs that run on Windows. As you go through the tutorial, you will see three files created in a .vscode folder in the workspace: • tasks.json (build instructions) • launch.json (debugger settings) • c_cpp_properties.json (compiler path and IntelliSense settings)