`printf' undeclared (first use this function) 怎么解决?
最简单的Hello,World 都不能运行。。。
#include <studio.h>
main()
{
printf("hello,world\n");
}
[解决办法]
studio工作室
stdio标准IO(standard IO)
发布时间: 2012-02-19 19:43:39 作者: rapoo
`printf' undeclared (first use this function) 怎么解决?
最简单的Hello,World 都不能运行。。。
#include <studio.h>
main()
{
printf("hello,world\n");
}
[解决办法]
studio工作室
stdio标准IO(standard IO)