help me ..fatal error | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

help me ..fatal error

hi guys ,,i have fatal error when i'm building my first program that tell me the following fatal error " fatal error " the <iostream> file not found .. please tell me what i do????

16th Dec 2016, 10:06 AM
murad hussein
murad hussein - avatar
4 Answers
0
post your code
16th Dec 2016, 10:12 AM
Leonida17st
Leonida17st - avatar
0
#include <iostream> int main() { cout<<"hello world"<<endl; return 0; } my problem the compiler not found "iostream"file.
16th Dec 2016, 10:17 AM
murad hussein
murad hussein - avatar
0
try with #include<iostream> using namespace std;
16th Dec 2016, 10:18 AM
Leonida17st
Leonida17st - avatar
0
ok im trying
16th Dec 2016, 10:19 AM
murad hussein
murad hussein - avatar