0

What does is error mean and how to solve it?

fatal error: iostream.h: No such file or directory #include<iostream.h> ^~~~~~~~~~~~ compilation terminated.

23rd Jan 2018, 12:30 PM
Jinu Panicker
2 Réponses
+ 3
Because of the .h. Just do #include <iostream> and it will work.
23rd Jan 2018, 12:33 PM
Jacob Pembleton
Jacob Pembleton - avatar
0
many pc Wil not support include <iostream.h> so just try by removing .h and I guess you are trying in sololearn so remove .h
23rd Jan 2018, 4:23 PM
Arya DRJ
Arya DRJ - avatar