小型根茎连续式烘干机:请教turoC3.0显示问题^^

来源:百度文库 编辑:中科新闻网 时间:2024/05/14 07:10:04
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();
}