首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > C++ >

`printf' undeclared (first use this function) 如何解决

2012-02-19 
`printf undeclared (first use this function)怎么解决?最简单的Hello,World都不能运行。。。#include stu

`printf' undeclared (first use this function) 怎么解决?
最简单的Hello,World 都不能运行。。。


#include <studio.h>

main()
{
  printf("hello,world\n");
}






[解决办法]
studio工作室
stdio标准IO(standard IO)

热点排行