iostream | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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!

8th Oct 2016, 11:17 AM
GumballCube
GumballCube - avatar
2 Answers
+ 5
#include<iostream> using namespace std; int main(){ cout<<"bye bye world :)"<<endl; return 0 ; }
8th Oct 2016, 11:21 AM
Navid Tak
Navid Tak - avatar
+ 1
function <iostream> help you output the words in screen
10th Oct 2016, 2:11 PM
Евгений Рубежин
Евгений Рубежин - avatar