0
iostream
ok so I'm just trying to write a simple "hello world" program like in Sololearn, but when I try to compile and run it, codeblocks says "fatal error: iostream no such file or directory". I'm a beginer so please help!
2 Answers
+ 5
#include<iostream>
using namespace std;
int main(){
cout<<"bye bye world :)"<<endl;
return 0 ;
}
+ 1
function <iostream> help you output the words in screen