
VS Code
yyzz990
这个作者很懒,什么都没留下…
展开
-
The preLaucnTask 'gcc.exe build active file' ternimated with exit code 127
The preLaucnTask 'gcc.exe build active file' ternimated with exit code 127Executing task: C:\MinGW\bin\gcc.exe -g f:\testc\hello.c -o f:\testc\hello.exe </usr/bin/bash: C:MinGWbingcc.exe: c...原创 2019-07-28 12:57:22 · 1508 阅读 · 0 评论 -
vs code error: 'for' loop initial declarations are only allowed in C99 mode 的原因及解决办法
在task.json的 args里加上 -std=c99{ // See https://go.microsoft.com/fwlink/?LinkId=733558 // for the documentation about the tasks.json format "version": "2.0.0", "tasks": [ {...原创 2019-08-11 10:04:09 · 1753 阅读 · 0 评论