getwchar
来自cppreference.com
该页由英文版wiki使用Google Translate机器翻译而来。
该翻译可能存在错误或用词不当。鼠标停留在文本上可以看到原版本。你可以帮助我们修正错误或改进翻译。参见说明请点击这里. |
在头文件 <wchar.h> 中定义
|
||
wint_t getchar(); |
||
读取下一个字符stdin.
原文:
Reads the next wide character from stdin.
[编辑] 参数
(无)
[编辑] 返回值
得到了广泛的字符或WEOF如果发生了错误或结尾的文件达成
原文:
the obtained wide character or WEOF if an error has occurred or the end of file reached
[编辑] 另请参阅
从stdin中读取一个字符 (函数) | |
得到一个宽字符的文件流 原文: gets a wide character from a file stream (函数) | |
C++ documentation for getwchar
|