-
在 VSCode 中配置使用 MinGW 的 GCC 进行 C++ 开发
资源介绍
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)