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!
10/8/2016 11:17:13 AM
GumballCube2 Answers
New Answer#include<iostream> using namespace std; int main(){ cout<<"bye bye world :)"<<endl; return 0 ; }
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message