Re: Digital Mars - unable to open input file 'iostream'
Test whether or not you are able to include <iostream.h>. Even if you are, this is not a solution----if you can include this but not <iostream> it indicates the compiler is woefully out of date and you need a newer one.
If you can't include that either, then the compiler may simply be misconfigured.
Bookmarks