www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript
electronics



c++ - using digital mars (again)!

↑ ↓ ← 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
%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
↑ ↓ %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
↑ ↓ → 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
→ 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