
C
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 · 1536 阅读 · 0 评论 -
MinGW安装
打开MinGW官网http://mingw.org/ 点右侧navigation下的Downloads 将跳转到https://osdn.net/projects/mingw/releases/页面 下载后安装到C:\MinGW\目录其它目录也行总之不要有空间避免不必要的问题 mingw32-gcc-bin是c编译器 mingw32-gcc-g++-bi...原创 2019-07-28 13:13:10 · 422 阅读 · 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 · 1804 阅读 · 0 评论