0
What is iostream in simple words ?
5 Antworten
0
input like cin >> variable; which store something to variable.
output like cout << something;which output somethings on the screen.
+ 1
istream
\
\
iostream
/
/
ostream
+ 1
An input stream takes an input from somewhere - the console, a file, a variable etc - and copies it into the memory, for example a variable in your program.
An output stream does the opposite. It takes a value from your program and writes it on the console, in a file, in another variable etc
0
input / output stream
0
thank you for your effort since I am a newbie can you ellaborate what is input/output stream