What does iostream actually do ?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What does iostream actually do ??

I am facing problems understanding the work of iostream . can someone be more specific ???

23rd Mar 2017, 9:23 AM
ashik rahman
1 Answer
0
It does nothing by itself. It's just library that includes objects, functions etc. that help you with streams management. You can see it as a toolbox which you pull tools from when you need them.
23rd Mar 2017, 10:06 AM
Jakub Stasiak
Jakub Stasiak - avatar