|
-
January 17th, 2011, 01:34 PM
#1
Digital Mars - unable to open input file 'iostream'
I'm using "Digital Mars" to compile the following program:
#include <iostream>
using namespace std;
int main() {
cout <<"My name is Abder-Rahman";
return 0;
}
And, this is what I get:
C:\Users\Software Engineer\Desktop\C++\dm852c\dm\bin>dmc print1
Fatal error: unable to open input file 'iostream'
--- errorlevel 1
Any ideas on that?
Thanks.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|