语法:
#include <cstdio> int getchar( void );
getchar()函数返回来自stdin的下一个字符,或者到达文件尾时则返回EOF。
相关主题: fgetc, fopen, fputc, putc