摘要:
conio.h is a non-standard header. It worksmostly on DOS platforms. If you want to include conio.h to clear the screen (i.e use clrscr() ) then you can instead use `system("clear");`. 阅读全文
posted @ 2010-03-15 23:37
greencolor
阅读(159)
评论(0)
推荐(0)
摘要:
*win-tc*/#include <stdio.h>#include <malloc.h>#include <stdlib.h>#define Esc 27 /*定义键盘退出键Esc*/#include"ctype.h"#define NULL 0#define LEN sizeof(struct student) struct student { long ... 阅读全文
posted @ 2010-03-15 21:19
greencolor
阅读(240)
评论(0)
推荐(0)
浙公网安备 33010602011771号