当前位置:   article > 正文

vs code 运行C语言并调试_vs code c

vs code c

2022.03.19 mingw64下载地址更新(window)
https://www.msys2.org/
滚动界面至Installation 下载.exe
Download the installer: msys2-x86_64-20220128.exe
执行第5步时,看下下面截图
  • 1
  • 2
  • 3
  • 4

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

在这里插入图片描述

task.json文件修改
//  task.json 文件command 值修改
//  task.json 文件command 值修改
//  task.json 文件command 值修改
{
   
    "tasks": [
      {
   
        "type": "cppbuild",
        "label": "C/C++: g++.exe build active file",
        "command": "本机mingw64的目录\\bin\\g++.exe",
        "args": ["-g", "${file}", 
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小小林熬夜学编程/article/detail/65874
推荐阅读
相关标签
  

闽ICP备14008679号