摘要: 转自C语言清空输入缓冲区的N种方法对比C语言中有几个基本输入函数://获取字符系列int fgetc(FILE *stream);int getc(FILE *stream);int getchar(void);//获取行系列char *fgets(char * restrict s, int n,... 阅读全文
posted @ 2014-08-14 17:54 Noble_ 阅读(387) 评论(0) 推荐(0)