std::getwchar
Min standard notice:
Header: <cwchar>
Reads the next wide character from stdin.
# Declarations
std::wint_t getwchar();
# Return value
The obtained wide character, or WEOF if an error has occurred or the end of file reached
Header: <cwchar>
Reads the next wide character from stdin.
std::wint_t getwchar();
The obtained wide character, or WEOF if an error has occurred or the end of file reached