c++ - using digital mars (again)!
- andy <andrewcarroll10 hotmail.com> Aug 11 2007
- %u <whmspam-mail yahoo.com> Aug 12 2007
- %u <andrewcarroll10 hotmail.com> Aug 12 2007
- Walter Bright <newshound1 digitalmars.com> Aug 12 2007
- Walter Bright <newshound1 digitalmars.com> Aug 12 2007
i opened c\dm\bin\dmc but it just displays keys it wont let me compile help?
Aug 11 2007
Instructions at: http://www.digitalmars.com/ctg/ctgCompilingCode.html Create your program in Notepad and store in \dm\bin with .c extension. The follow instructions for "Simple Example" above.
Aug 12 2007
my os is xp home and it dosnt allow me to change extensions is there another way?
Aug 12 2007
%u wrote:my os is xp home and it dosnt allow me to change extensions is there another way?
From the command prompt: ren foo.whatever foo.c should do it.
Aug 12 2007
andy wrote:i opened c\dm\bin\dmc but it just displays keys it wont let me compile help?
It's designed to be run from a command prompt window, not the desktop gui.
Aug 12 2007









Walter Bright <newshound1 digitalmars.com> 