Espacios de nombres
Variantes
Acciones

std::fgetwc

De cppreference.com
< cpp‎ | io‎ | c
 
 
 
 
Definido en el archivo de encabezado <cwchar>
wint_t fgetwc( FILE *stream );
wint_t getwc( FILE *stream );
Lee el siguiente carácter ancho de la corriente de entrada dada. getwc() puede ser implementado como una macro y puede evaluar stream más de una vez .
Original:
Reads the next wide character from the given input stream. getwc() may be implemented as a macro and may evaluate stream more than once.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

[editar]Parámetros

stream -
para leer el carácter amplio de
Original:
to read the wide character from
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

[editar]Valor de retorno

El siguiente carácter ancho de la corriente o WEOF si ha ocurrido un error o al final del archivo ha sido alcanzado. Si se produce un error de codificación se produjo, errno se establece EILSEQ .
Original:
The next wide character from the stream or WEOF if an error has occurred or the end of file has been reached. If an encoding error occurred, errno is set to EILSEQ.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

[editar]Ver también

recibe un carácter de una secuencia de archivo
Original:
gets a character from a file stream
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(función)[editar]
obtiene una cadena amplia de una secuencia de archivo
Original:
gets a wide string from a file stream
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(función)[editar]
escribe un carácter ancho a un secuencia de archivo
Original:
writes a wide character to a file stream
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(función)[editar]
pone un carácter ancho de nuevo en una secuencia de archivo
Original:
puts a wide character back into a file stream
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

(función)[editar]
close