0
Iostream.h is needed or not
in school we did this
5 ответов
+ 8
Stop using turbo C++
Start C++ fresh
Start here:
https://www.sololearn.com/Course/CPlusPlus/?ref=app
+ 7
@Full Gamer
Turbo C++ is outdated
Beginners should learn current C++.
There is no benefit from learning Turbo C++ over current C++
https://www.sololearn.com/discuss/288609/?ref=app
+ 4
for input nd output iostream is use.
if your program is going to use cout or cin then you must need to include iosream.
although iostream is must for writing c++ program.
+ 4
TurboC is annoying.
+ 3
@Full Gamer
I don't think you should recommend TC++ to a beginner. He will never be able to develop then... The standard of that Compiler is outdated. We must stop using it. The C++ in TurboC is not pure C++, its a primitive version...