To tylko jedna z 2 stron tej notatki. Zaloguj się aby zobaczyć ten dokument.
Zobacz
całą notatkę
Standard input and output We may still use C functions (printf etc.) We should use C++ operators Do not mix them! #include using namespace std; ... int a,b,c,d; cout a; cin b; cout c d; Streams are more fault-tolerant than functions from (vide scanf() ) Streams - cin - standard input - cout - standard output - cerr - standard error output Manipulating strings, setting precision, checking stream status, etc. - as functional as in We should not mix C++ operators and functions
... zobacz całą notatkę
Komentarze użytkowników (0)