姚鲁少将:请教turoC3.0显示问题^^

来源:百度文库 编辑:杭州交通信息网 时间:2024/05/08 23:35:14
turoC3.0怎么用printf()后要加getch()才能正常显示,我用的是SP2

#include "stdio.h"
#include "conio.h"

void main()
{
printf("Hello world!\n");
getch();
}

main()
{
int i;
printf("HELLO TC30");
i=getch();
}