I am a new user of codeBlocks compiler.
I installed it.And write a simple Hello World program.
But it shows the error Fatal error : iostream.h:No such file for directory.
When i delete this header file, it shows undeclared character, cout....
<iostream.h> is not a header defined by the C++ programming language standard, so it makes sense that your compiler doesn't know what you're talking about.