|
iostream.h usually comes with a C++ compiler. I've never used Dev-C++ before but I think they would include that, its a very common header.
And make sure you surround it with < and >, not with quotes when including, since it is a standard header file.
|