I have a file named main.cpp
which includes iostream
.
I compiled main.cpp
and it worked without errors, so my question is: I compiled main.cpp
and I did not link iostream
with main.cpp
, so how could this be possible? Or did the compiler linked the iostream
automatically?