How do I fix the compiler issue in codeblock ide | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
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 Respuestas
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