www.digitalmars.com         C & C++   DMDScript  

c++ - using digital mars (again)!

reply andy <andrewcarroll10 hotmail.com> writes:
i opened c\dm\bin\dmc but it just displays keys it wont let me
compile help?
Aug 11 2007
next sibling parent reply %u <whmspam-mail yahoo.com> writes:
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
parent reply %u <andrewcarroll10 hotmail.com> writes:
my os is xp home and it dosnt allow me to change extensions is
there another way?
Aug 12 2007
parent Walter Bright <newshound1 digitalmars.com> writes:
%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
prev sibling parent Walter Bright <newshound1 digitalmars.com> writes:
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