fgetwc
Da cppreference.com
![]() | This page has been machine-translated from the English version of the wiki using Google Translate. The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
Definido no cabeçalho <wchar.h> | ||
Lê o próximo caractere de largura a partir do fluxo de entrada. getwc() pode ser implementada como uma macro e pode avaliar
stream
mais de uma 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.
You can help to correct and verify the translation. Click here for instructions.
[editar]Parâmetros
stream | - | de ler o caráter amplo 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
caractere largo próximo do córrego ou WEOF se um erro ocorreu ou o fim do arquivo foi atingido. Se um erro de codificação ocorreu, errno está definido para
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.
[editar]Veja também
recebe um personagem de um fluxo de arquivo 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. (função) | |
recebe uma seqüência de largura a partir de um fluxo de arquivo 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. (função) | |
escreve um caráter amplo para um fluxo de arquivo 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. (função) | |
coloca um caractere largo de volta em um fluxo de arquivo 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. (função) | |
C++ documentation for fgetwc |