Namespace
Varianti

cpp/concept/UnformattedInputFunction: differenze tra le versioni

Da cppreference.com.
< cpp‎ | concept
m (r2.7.3) (Bot: Aggiungo de, en, es, fr, ja, pt, ru, zh)
m (Use {{lc}}. Update links. Various fixes.)
 
Riga 21: Riga 21:
 
{{tr|Le seguenti funzioni della libreria standard sono {{concept|UnformattedInputFunction}}s.|The following standard library functions are {{concept|UnformattedInputFunction}}s.}}
 
{{tr|Le seguenti funzioni della libreria standard sono {{concept|UnformattedInputFunction}}s.|The following standard library functions are {{concept|UnformattedInputFunction}}s.}}
  
* {{tr|{{c|std::getline}}, con la differenza che non modifica gcount.|{{c|std::getline}}, except that it does not modify gcount.}}
+
* {{tr|{{|std::getline}}, con la differenza che non modifica gcount.|{{|std::getline}}, except that it does not modify gcount.}}
* {{l2tt|cpp/io/basic_istream/operator_gtgt|operator>>{{dcl small|(basic_streambuf*)}}}}
+
* {{l2tt|cpp/io/basic_istream/operator_gtgt|operator>>{{small|(basic_streambuf*)}}}}
 
* {{l2tt|cpp/io/basic_istream/get}}
 
* {{l2tt|cpp/io/basic_istream/get}}
 
* {{l2tt|cpp/io/basic_istream/getline}}
 
* {{l2tt|cpp/io/basic_istream/getline}}
Riga 34: Riga 34:
 
* {{tr|{{l2tt|cpp/io/basic_istream/tellg}}, con la differenza che non modifica gcount|{{l2tt|cpp/io/basic_istream/tellg}}, except that it does not modify gcount}}
 
* {{tr|{{l2tt|cpp/io/basic_istream/tellg}}, con la differenza che non modifica gcount|{{l2tt|cpp/io/basic_istream/tellg}}, except that it does not modify gcount}}
 
* {{tr|{{l2tt|cpp/io/basic_istream/seekg}}, salvo che si cancella prima {{tt|eofbit}} e non modifica gcount|{{l2tt|cpp/io/basic_istream/seekg}}, except that it first clears {{tt|eofbit}} and does not modify gcount}}
 
* {{tr|{{l2tt|cpp/io/basic_istream/seekg}}, salvo che si cancella prima {{tt|eofbit}} e non modifica gcount|{{l2tt|cpp/io/basic_istream/seekg}}, except that it first clears {{tt|eofbit}} and does not modify gcount}}
* {{tr|{{c|std::ws}}, con la differenza che non modifica gcount|{{c|std::ws}}, except that it does not modify gcount}}
+
* {{tr|{{|std::ws}}, con la differenza che non modifica gcount|{{|std::ws}}, except that it does not modify gcount}}
  
 
[[de:cpp/concept/UnformattedInputFunction]]
 
[[de:cpp/concept/UnformattedInputFunction]]

Versione attuale delle 12:31, 2 lug 2013

 
 
C + + concetti
Di base
Original:
Basic
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Biblioteca-Wide
Original:
Library-Wide
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Container
Original:
Container
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
Elementi contenitori
Original:
Container Elements
The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.