A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://en.cppreference.com/w/cpp/language/../algorithm/../io/c/getwchar.html below:

std::getwchar - cppreference.com

C++ Compiler support Freestanding and hosted Language Standard library Standard library headers Named requirements Feature test macros (C++20) Language support library Concepts library (C++20) Diagnostics library Memory management library Metaprogramming library (C++11) General utilities library Containers library Iterators library Ranges library (C++20) Algorithms library Strings library Text processing library Numerics library Date and time library Input/output library Filesystem library (C++17) Concurrency support library (C++11) Execution control library (C++26) Technical specifications Symbols index External libraries [edit] Input/output library I/O manipulators Print functions (C++23) C-style I/O Buffers basic_streambuf basic_filebuf basic_stringbuf basic_spanbuf

(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
stdinstdoutstderr Functions File access fopen freopen fclose fflush fwide setbuf setvbuf
Direct input/output fread fwrite Unformatted input/output fgetcgetc fgets fputcputc fputs getchar gets

(until C++14)

putchar puts ungetc fgetwcgetwc fgetws fputwcputwc fputws

getwchar

putwchar ungetwc

Formatted input scanffscanfsscanf vscanfvfscanfvsscanf

(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 value

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

[edit] See also getchar reads a character from stdin
(function) [edit] fgetwcgetwc gets a wide character from a file stream
(function) [edit] C documentation

for

getwchar

RetroSearch 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