unable to open include file 'iostream.h'

Jun 7, 2008 at 1:40am
whenever i compile some prog. there is an error message showing:
unable to open include file 'iostream.h'
what to do?
Last edited on Jun 8, 2008 at 2:31am
Jun 7, 2008 at 2:11am
Try to

#include <iostream>

and make sure you are compiling with C++ and not C.

If that doesn't help, tell me what OS and what compiler you are using.
Topic archived. No new replies allowed.