|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
c++ - help me
I just downloaded the compiler and stuck it on my f:\ drive, but whenever I try
to use it it says:
Fatal error: unable to open input file 'hello'
---errorlevel 1
my source code is saved as hello.cpp and looks like:
#include <iostream.h>
int main()
{
cout << "Hello world\n";
return(0);
}
I type in:
\dm\bin\dmc hello
and it gives me the error. Can anyone help me???
Oct 09 2003
"tom" <tom_member pathlink.com> wrote in message news:bm56nh$1svl$1 digitaldaemon.com... Oct 09 2003
"tom" <tom_member pathlink.com> wrote in message news:bm56nh$1svl$1 digitaldaemon.com...I just downloaded the compiler and stuck it on my f:\ drive, but whenever Oct 09 2003
what is the library for strings? "tom" <tom_member pathlink.com> wrote in message news:bm56nh$1svl$1 digitaldaemon.com...I just downloaded the compiler and stuck it on my f:\ drive, but whenever Nov 18 2003
|