How do I fix the compiler issue in codeblock ide | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do I fix the compiler issue in codeblock ide

I tested a simple hello world program in c++. It shows the following in the build message : fatal error: iostream: no such file or directory

11th Jun 2017, 10:48 AM
Toko Jotam
Toko Jotam - avatar
2 Answers
0
check if you selected C++ LANGUAGE NOT C. and if you typed #include<iostream> correctly!!!
11th Jun 2017, 11:39 AM
Machine
Machine - avatar
0
no. that's not the problem.
11th Jun 2017, 11:49 AM
Toko Jotam
Toko Jotam - avatar