What is the ios in CPP.....? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 4

What is the ios in CPP.....?

I have seen iostream and fstream classes, and in both of them certain functions like setf() in iostream and open() in fstream class uses certain flags. To set those flags we need to use ios:: flag_name, eg(ios::left | ios::showpos) for the iostream , (ios::in| ios::app)...What is this ios...?

12th Feb 2018, 4:17 PM
3D CrackerJack
3D CrackerJack - avatar
2 Antworten