Espaços nominais
Variantes
Acções

Diferenças entre edições de "cpp/io/c/ungetwc"

Da cppreference.com
< cpp‎ | io‎ | c
m (uma edição: Translate from the English version)
m (Use {{lc}}. Update links. Various fixes.)
 
(Uma edição intermédia de um utilizador não apresentada)
Linha 9: Linha 9:
  
 
===Parâmetros===
 
===Parâmetros===
{{param list begin}}
+
{{begin}}
{{param list item | ch |{{tr| caracteres largos para ser colocado de volta| wide character to be put back}}}}
+
{{| ch |{{tr| caracteres largos para ser colocado de volta| wide character to be put back}}}}
{{param list item | stream |{{tr| arquivo de fluxo de colocar o personagem de volta à gama| file stream to put the wide character back to}}}}
+
{{| stream |{{tr| arquivo de fluxo de colocar o personagem de volta à gama| file stream to put the wide character back to}}}}
{{param list end}}
+
{{end}}
  
 
===Valor de retorno===
 
===Valor de retorno===
Linha 20: Linha 20:
  
 
===Veja também===
 
===Veja também===
{{dcl list begin}}
+
{{begin}}
{{dcl list template | cpp/io/c/dcl list ungetc}}
+
{{| cpp/io/c/ungetc}}
{{dcl list template | cpp/io/c/dcl list fgetwc}}
+
{{| cpp/io/c/fgetwc}}
{{dcl list see c | c/io/ungetwc}}
+
{{see c | c/io/ungetwc}}
{{dcl list end}}
+
{{end}}
 +
 
 +
 +
 +
 +
 +
 +
 +
 +

Edição actual desde as 09h23min de 2 de julho de 2013

 
 
De entrada / saída da biblioteca
I / O manipuladores
C estilo de I / O
Buffers
Original:
Buffers
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
(obsoleta)
Streams
Original:
Streams
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Abstrações
Original:
Abstractions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
File I / O
Original:
File I/O
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Cordas I / O
Original:
String I/O
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Matriz de I / O
Original:
Array I/O
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
(obsoleta)
(obsoleta)
(obsoleta)
Tipos
Original:
Types
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Interface de categoria de erro
Original:
Error category interface
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
(C++11)
 
C estilo de I / O
Funções
Original:
Functions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Arquivo de acesso
Original:
File access
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Directa de entrada / saída
Original:
Direct input/output
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Não formatado entrada / saída
Original:
Unformatted input/output
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Formatado de entrada / saída
Original:
Formatted input/output
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Arquivo de posicionamento
Original:
File positioning
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
De tratamento de erros
Original:
Error handling
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Operações em arquivos
Original:
Operations on files
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
 
Definido no cabeçalho <cwchar>
wint_t ungetc( wint_t ch, FILE *stream );
Coloca o ch caracteres largos de volta para o fluxo determinado arquivo.
Original:
Puts the wide character ch back to the given file stream.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Apenas um pushback caracteres largos é garantido.
Original:
Only one wide character pushback is guaranteed.
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

ch -
caracteres largos para ser colocado de volta
Original:
wide character to be put back
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
stream -
arquivo de fluxo de colocar o personagem de volta à gama
Original:
file stream to put the wide character back to
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

Em caso de sucesso é devolvido ch.
Original:
On success ch is returned.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Em WEOF falha é devolvido eo fluxo determinado permanece inalterado.
Original:
On failure WEOF is returned and the given stream remains unchanged.
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.

[editar] Veja também

coloca um personagem de volta em um fluxo de arquivo
Original:
puts a 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) [edit]
recebe um caractere largo de um fluxo de arquivo
Original:
gets a wide 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) [edit]
Documentação C para ungetwc