Iostream.h is needed or not | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Iostream.h is needed or not

in school we did this

16th Sep 2017, 8:48 PM
Chinmoy
Chinmoy - avatar
5 Answers
+ 8
Stop using turbo C++ Start C++ fresh Start here: https://www.sololearn.com/Course/CPlusPlus/?ref=app
16th Sep 2017, 9:05 PM
Manual
Manual - avatar
+ 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
17th Sep 2017, 12:34 AM
Manual
Manual - avatar
+ 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.
16th Sep 2017, 8:52 PM
Atul Agrawal
+ 4
TurboC is annoying.
16th Sep 2017, 10:37 PM
Tusiime Innocent Boub
Tusiime Innocent Boub - avatar
+ 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...
17th Sep 2017, 4:32 AM
Kinshuk Vasisht
Kinshuk Vasisht - avatar