+ 1
No longer #include <iostream>?
Do we need to write #include <iostream> if we use file for input and output? Help me, plzz
1 Antwort
+ 2
Not necessary but,If you use cout or cin statement for any case then required else <fstream> is enough
Do we need to write #include <iostream> if we use file for input and output? Help me, plzz