January 23, 2005
I just wrote my first program, Hello World, and when trying to compile it (with
Digital Mars Compiler) I got the following error message
Error C:\dm\bin\..\include\iostream.h 10:
Use C++ compiler for iostream.h - invoke with -cpp switch
--- errorlevel 1
If anyone could help me and explain what I did wrong and how this problem can be remedied I would greatly appreciately your help. Thanks


January 23, 2005
In article <ct1bht$1tsl$1@digitaldaemon.com>, brendan says...
>
>I just wrote my first program, Hello World, and when trying to compile it (with
>Digital Mars Compiler) I got the following error message
>Error C:\dm\bin\..\include\iostream.h 10:
>Use C++ compiler for iostream.h - invoke with -cpp switch
>--- errorlevel 1
>If anyone could help me and explain what I did wrong and how this problem can be remedied I would greatly appreciately your help. Thanks
>
>
nevermind i figured it out