conio.h不是C标准库中的头文件。conio是Console Input/Output(控制台输入输出)的简写,其中定义了通过控制台进行数据输入和数据输出的函数,主要是一些用户通过按键盘产生的对应操作,比如getch()函数等等。包含的函数: cgets(char *); cprintf(const char *, ...); cputs(const char *); cscanf(const char *, ...); inp(unsigned short); inpw(unsigned short); getch(void); getche(void); kbhit(... Read More
posted @ 2011-09-16 15:56 庚武 Views(1008) Comments(0) Diggs(0)
罗素-我为什么而活(中英文)What I have Lived For——Bertrand Russell Three passions,simple but overwhelmingly strong,have governed my life: the longing for love,the Read More
posted @ 2011-09-16 11:34 庚武 Views(3726) Comments(0) Diggs(0)