iostream.h: No such file or directory compilation error

in the may contest question 2 my program is showing this compilation error

“”""“prog.cpp:1:22: fatal error: iostream.h: No such file or directory
#include “iostream.h””""""""""""""

anyone can help??


also the question supports cpp 4.8.1


SOLVED IT WAS MY FAULT SORRY SORRY

It seems you are using turboo c Software. I wanna say you that is utter waste/outdated and out of standard software. I recommend using DevC++ or gcc using mingw or visual studio c++ with inbuild compiler for windows user.

You can see some sample codes: http://www.codechef.com/viewsolution/1714744

well i m using sublime + cygwin ; cpp 4.8.1