Namespaces
Variants
Views
Actions

std::getwchar

From cppreference.com
< cpp | io | c
Revision as of 20:21, 19 April 2012 by P12bot (Talk | contribs)

Template:cpp/io/c/sidebar

Defined in header <cwchar>
wint_t getchar();

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) [edit]
gets a wide character from a file stream
(function) [edit]