1、fflush(stdin)
在程序17行如果插入代码,依然输入1235r,则输出为 haha cccccc
此种方法对vc可以,但对xcode和linux不适用
2、while+getchar
while (ch=getchar() != ‘\n‘ && ch != ‘EOF‘),直到读取到缓冲区的换行或者空值
标签:缓冲区 get char 插入代码 代码 etc getch blog 空值
1、fflush(stdin)
在程序17行如果插入代码,依然输入1235r,则输出为 haha cccccc
此种方法对vc可以,但对xcode和linux不适用
2、while+getchar
while (ch=getchar() != ‘\n‘ && ch != ‘EOF‘),直到读取到缓冲区的换行或者空值
标签:缓冲区 get char 插入代码 代码 etc getch blog 空值
原文地址:http://www.cnblogs.com/z1141000271/p/8024851.html