+ 1
Why doesn't c++ already include< iostream> header?
Why do we have to include headers ourselves? Can't c++ have them already included?
2 Respostas
+ 2
I think it's because not everyone program that we write will use them, and including every standard library header will increase final code size needlessly.
0
nothing is included on C++