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.
2 Réponses
+ 3
Because of the .h. Just do
#include <iostream> and it will work.
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