fgetwc
Da cppreference.com.
![]() | Questa pagina è stata tradotta in modo automatico dalla versione in ineglese della wiki usando Google Translate. La traduzione potrebbe contenere errori e termini strani. Muovi il puntatore sopra al testo per vedere la versione originale. Puoi aiutarci a correggere gli gli errori. Per ulteriori istruzioni clicca qui. |
Elemento definito nell'header <wchar.h> | ||
Legge il carattere successivo larga dal flusso di input dato. getwc() può essere implementata come macro e può valutare
stream
più di una volta.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.
You can help to correct and verify the translation. Click here for instructions.
[modifica]Parametri
stream | - | per leggere il carattere esteso da 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. |
[modifica]Valore di ritorno
prossimo carattere esteso dal flusso o WEOF se è verificato un errore o la fine del file è stato raggiunto. Se si è verificato un errore di codifica, errno è impostato su
EILSEQ
.Original:
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.
You can help to correct and verify the translation. Click here for instructions.
[modifica]Vedi anche
ottiene un carattere da un flusso di file 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. (funzione) | |
Ottiene una stringa da un ampio flusso di file 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. (funzione) | |
scrive un carattere esteso a un flusso di file 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. (funzione) | |
mette un carattere esteso di nuovo in un flusso di file 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. (funzione) | |
C++ documentation for fgetwc |