Namespace
Varianti

cpp/io/basic istream/read: differenze tra le versioni

Da cppreference.com.
< cpp‎ | io‎ | basic istream
m (una revisione importata: Translate from the English version)
m (Use {{lc}}. Update links. Various fixes.)
 
(Una revisione intermedia di un utente non mostrata)
Riga 15: Riga 15:
  
 
===Parametri===
 
===Parametri===
{{param list begin}}
+
{{begin}}
{{param list item | s |{{tr| puntatore alla matrice di caratteri per memorizzare i caratteri| pointer to the character array to store the characters to}}}}
+
{{| s |{{tr| puntatore alla matrice di caratteri per memorizzare i caratteri| pointer to the character array to store the characters to}}}}
{{param list item | count |{{tr| numero di caratteri da leggere| number of characters to read}}}}
+
{{| count |{{tr| numero di caratteri da leggere| number of characters to read}}}}
{{param list end}}
+
{{end}}
  
 
===Valore di ritorno===
 
===Valore di ritorno===
Riga 45: Riga 45:
  
 
===Vedi anche===
 
===Vedi anche===
{{dcl list begin}}
+
{{begin}}
{{dcl list template | cpp/io/basic_ostream/dcl list write}}
+
{{| cpp/io/basic_ostream/write}}
{{dcl list template | cpp/io/basic_istream/dcl list operator_gtgt}}
+
{{| cpp/io/basic_istream/operator_gtgt}}
{{dcl list template | cpp/io/basic_istream/dcl list readsome}}
+
{{| cpp/io/basic_istream/readsome}}
{{dcl list template | cpp/io/basic_istream/dcl list get}}
+
{{| cpp/io/basic_istream/get}}
{{dcl list template | cpp/io/basic_istream/dcl list getline}}
+
{{| cpp/io/basic_istream/getline}}
{{dcl list template | cpp/io/c/dcl list fread}}
+
{{| cpp/io/c/fread}}
{{dcl list end}}
+
{{end}}
 +
 
 +
 +
 +
 +
 +
 +
 +
 +

Versione attuale delle 13:23, 2 lug 2013

 
 
Ingresso / libreria di output
I / O manipolatori
C-style I / O
Buffer
Original:
Buffers
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
basic_streambuf
basic_filebuf
basic_stringbuf
strstreambuf(deprecato)
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.
Astrazioni
Original:
Abstractions
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
ios_base
basic_ios
basic_istream
basic_ostream
basic_iostream
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.
basic_ifstream
basic_ofstream
basic_fstream
String 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.