whenever i compile some prog. there is an error message showing:
unable to open include file 'iostream.h'
what to do?
Last edited on
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.