Kód: Vybrať všetko
ofstream file;
ifstream file;
Kód: Vybrať všetko
ofstream ifstream file;
Kód: Vybrať všetko
ofstream file;
ifstream file;
Kód: Vybrať všetko
ofstream ifstream file;
Kód: Vybrať všetko
ofstream file;
file.open();
file<<45;
file.close();
Kód: Vybrať všetko
int a;
ifstream file;
file.open();
file>>a;
file.close;
viem daco taketo ze raz zapisem raz nacuitam chpes??reDo napísal:no mam yapisat do suboru cisloa ked chcem citatKód: Vybrať všetko
ofstream file; file.open(); file<<45; file.close();nejako takto tak sa mi asi nieco zmaze ze?? poradte nejake lepsie postupyKód: Vybrať všetko
int a; ifstream file; file.open(); file>>a; file.close;