(C++23)
strstreambuf(C++98/26*)
basic_syncbuf(C++20)
Streams Abstractions ios_base basic_ios basic_istream basic_ostream basic_iostream File I/O basic_ifstream basic_ofstream basic_fstream String I/O basic_istringstream basic_ostringstream basic_stringstream Array I/O basic_ispanstream(C++23)
basic_ospanstream(C++23)
basic_spanstream(C++23)
istrstream(C++98/26*)
ostrstream(C++98/26*)
strstream(C++98/26*)
Synchronized Output basic_osyncstream(C++20)
Types streamoff streamsize fpos Error category interface iostream_category(C++11)
io_errc(C++11)
[edit] C-style I/O Types and objects FILE fpos_t(until C++14)
putchar puts ungetc fgetwcgetwc fgetws fputwcputwc fputwsgetwchar
putwchar ungetwc(C++11)(C++11)(C++11)
wscanffwscanfswscanf vwscanfvfwscanfvswscanf(C++11)(C++11)(C++11)
Formatted output printffprintfsprintfsnprintf(C++11)
vprintfvfprintfvsprintfvsnprintf(C++11)
wprintffwprintfswprintf vwprintfvfwprintfvswprintf File positioning ftell fgetpos fseek fsetpos rewind Error handling clearerr feof ferror perror Operations on files remove rename tmpfile tmpnam [edit]Defined in header
<cwchar>
std::wint_t getwchar();
Reads the next wide character from stdin.
[edit] Parameters(none)
[edit] Return valueThe obtained wide character, or WEOF if an error has occurred or the end of file reached
[edit] See also getchar reads a character from stdinfor
getwcharRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4