CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: SWEngineer

Search: Search took 0.06 seconds.

  1. Re: Digital Mars - unable to open input file 'iostream'

    Thanks Lidley.

    Digital Mars comes as a zipped folder, I unzipped the folder once again and now it works. Thanks.
  2. 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;
    }
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured