std::getwchar

< cpp‎ | io‎ | c
 
 
Input/output library
I/O manipulators
C-style I/O
Buffers
(deprecated in C++98)
Streams
Abstractions
File I/O
String I/O
Array I/O
(deprecated in C++98)
(deprecated in C++98)
(deprecated in C++98)
Synchronized Output
Types
Error category interface
(C++11)
 
 
Defined in header <cwchar>
wint_t getwchar();

Reads the next wide character from stdin.

Parameters

(none)

Return value

The obtained wide character or WEOF if an error has occurred or the end of file reached

See also

reads a character from stdin
(function)
gets a wide character from a file stream
(function)