Digital Mars C/C++ Compiler
===========================

The (free) Digital Mars C/C++ compiler can be downloaded from http://www.digitalmars.com

Console mode programs are compiled from the command line and link with fce32dm.obj. For example, see the fcever(s)._d_ makefile.

GUI programs are compiled from the command line. For example, see the winftp(s)._d_ makefile. 

[END]

