- 博客(2)
- 收藏
- 关注
原创 vscode用插件配合mingw编译时出错error: ‘for‘ loop initial declarations are only allowed in C99 or C11 mode
在使用vscode配合插件C/C++ Compile Run 写C语言程序时,报错error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode解决办法如下:#include<stdio.h>int main(){ char temp[4]={70, 108, 111, 110}; for(int i=0;i<4;i++) { printf("%c",temp
2022-01-21 19:34:54
2783
2
原创 QtCreator关闭实时编译错误检查
在使用QtCreator时,Qt会实时编译,进行错误检测,QtCreator的实时编译提示造成的有时候写代码会很卡,代码还没有写完就出现一大堆错误提示,解决办法是关闭C++ClangCodeModel插件。Qt中帮助->关于插件->C+±>取消勾选ClangCodeModel(重启QtCreator)...
2021-10-26 20:50:44
2452
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人