哪儿有dev-c++的教程?
请问各位,为什么简单的c程序在dev-c++里面不能编译?比如main()
{printf(“hello,world\n”);}
一筹莫展啊,请教了,谢谢
2007-09-10 21:36
#include <stdio.h>
int main()
{
printf(\"hello Dev-CPP\n\");
return 0;
}
2007-09-10 21:43
2007-09-10 22:03
2007-09-10 22:10
2007-09-10 22:25
2007-09-10 22:29
2007-09-10 22:43
2008-01-19 18:22