用dev-c++4.9.9.2编HELLO WORLD #include<stdio.h> int main() { prinft("hello world!") }

为什么出现linker error??

第1个回答  2011-09-01
你试一试加上
#pragma comment(lib, "libname ")

或者重新编译后运行
第2个回答  2011-09-02
#include<stdio.h>
int main()
{
prinft("hello world!");
return 0;
}
看着没什么问题,加一个return0;试试吧追问

没用!!!!
打击人啊


Warning: Invalid argument supplied for foreach() in /www/wwwroot/aolonic.com/skin/templets/default/contents.html on line 45
相似回答
大家正在搜