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
2 Réponses
0
check if you selected C++ LANGUAGE NOT C.
and if you typed #include<iostream> correctly!!!
0
no. that's not the problem.