Using GCC with MinGW for VSCode(VSCode 配置开发 C++)

时间:2023-05-09 07:48:16
【文件属性】:

文件名称:Using GCC with MinGW for VSCode(VSCode 配置开发 C++)

文件大小:1.08MB

文件格式:PDF

更新时间:2023-05-09 07:48:16

VSCode C++ MinGW GCC

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)


网友评论