在我编过的C程序中总是出现四个错误: 1,Function 'printf' should have a prototype 2, Unable to open include file 'stdio.h' 3, Statement missing 4, Compound statement missing 请为我这入门小生做仔细的回答,好吗???
据我猜测是因为stdio.h引起的 2, Unable to open include file 'stdio.h' 应该是没有找到这个文件
导致了1,Function 'printf' should have a prototype printf不能识别
你用的什么编译器?? 找一找stdio.h这个文件把
1。你用tc3.0编译的吧,否则不会有这个错误
用cout输出
2。 找布道stdio.h ,用#include "stdio.h"
查看编译器的目录设置,
不是啊
我用的是Borland c