Will this code run in old version? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Will this code run in old version?

it's showing std error and stream error! should I type <iostream.h> instead of <iostream>

11th Oct 2017, 9:49 AM
Shaik Yaseen
4 Answers
+ 17
If you can't afford to install a standard compiler on your machine (for whatever reason) try one of this online stuff. 1. http://cpp.sh/ 2. https://www.onlinegdb.com/online_c++_compiler 3. http://rextester.com/l/cpp_online_compiler_visual 4. https://repl.it/languages/cpp11 5. https://ideone.com/
11th Oct 2017, 10:45 AM
Babak
Babak - avatar
+ 10
you should use a newer compiler. <iostream> is the modern version
11th Oct 2017, 9:52 AM
jay
jay - avatar
+ 2
thanks for the information people.!
17th Oct 2017, 1:07 PM
Shaik Yaseen
+ 1
so I should install stranded compiler for running these commands.!
17th Oct 2017, 1:07 PM
Shaik Yaseen