July 07, 2006
Hi Folks! I am taking an intro C programming course and I have purchased the Digital Mars C++ compiler.  How do I install it?

Thanks


July 07, 2006
"Kevin Commins" wrote:

> Hi Folks! I am taking an intro C programming course and I have purchased
> the
> Digital Mars C++ compiler.  How do I install it?
>

Copy the "dm" directory  on hard disk.
Add the dm\bin directory to path or
make dm\bin current directory.

Then dmc.exe program.c.

The IDE is file scwmn32.exe. Its tiny fonts can be changed.


Possible problem: if you have
Visual C++ installed on the machine
dmc may pick up its headers somehow.
Then the sc.ini must be edited
(or rename the VC++ directory for the moment).

/Pavel