鱼C论坛's Archiver
论坛
›
C\C++交流
› vscode配置编辑C语言,提示'stdio.h' file not found,但是能运行,请问是怎么回事?
wb-23
发表于 2021-12-8 21:42:06
vscode配置编辑C语言,提示'stdio.h' file not found,但是能运行,请问是怎么回事?
vscode配置编辑C语言,提示'stdio.h' file not found,但是能运行,请问是怎么回事?
jhq999
发表于 2021-12-9 07:50:54
我猜stdio.h被包含在其他头文件里了,而你是用#include“stdio.h”而不是#include <stdio.h>
人造人
发表于 2021-12-9 13:47:04
你不发代码,不可能会有人知道为什么的
页:
[1]
查看完整版本:
vscode配置编辑C语言,提示'stdio.h' file not found,但是能运行,请问是怎么回事?