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 127 Executing 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 · 1594 阅读 · 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 · 1893 阅读 · 0 评论
分享