我加了#include "stdio.h"这个了,但是还是提示我文件未编译,我不知道怎么回事了,昏
#include<stdio.h>
#include<conio.h>
int main()
{
printf("There is a C program!\n");
getch();
return 0;
}
不知道为什么我的dev-c++可以不需要#include<conio.h>这个
本未倒置!
老大的意思是不是要我们先打好基础 在干别的?
http://bbs.bc-cn.net/viewthread.php?tid=157529&star=at#
各位要是有时间 可以看下这个吗? 也是个关于dev c++的