c++ - need help with compiler
- deaddragon31991 aol.com (4/4) Dec 30 2004 um i resently got a book to start c and it said i need a c compiler. Iv...
- Walter (6/10) Jan 01 2005 readme
- deaddragon31991 aol.com (3/13) Jan 04 2005 how exactly do i save the files to this location the only programing bac...
- Walter (10/30) Jan 04 2005 Ive
- deaddragon31 (5/35) Jan 06 2005 i need to know how to have the compiler apply to it the only thing ive b...
- Scott Michel (9/12) Jan 07 2005 deaddragon31 wrote:
- deaddragon31 (3/15) Jan 07 2005 ah ty it works i found the command prompt when i was looking to find how...
- deaddragon31991 aol.com (3/13) Jan 04 2005 I need to know wher the data. The only experiance i have programing is w...
um i resently got a book to start c and it said i need a c compiler. Ive download the compiler from this site but i dont know how to use it. The readme said the compiler was in bin/dmc but when i enter it i just get a list of commands thati can use. any help will be great thanks.
Dec 30 2004
<deaddragon31991 aol.com> wrote in message news:cr1q4k$1e1f$1 digitaldaemon.com...um i resently got a book to start c and it said i need a c compiler. Ive download the compiler from this site but i dont know how to use it. Thereadmesaid the compiler was in bin/dmc but when i enter it i just get a list of commands thati can use. any help will be great thanks.To compile the program hello.c: \dm\bin\dmc hello should do it.
Jan 01 2005
In article <cr6o47$bfu$2 digitaldaemon.com>, Walter says...<deaddragon31991 aol.com> wrote in message news:cr1q4k$1e1f$1 digitaldaemon.com...how exactly do i save the files to this location the only programing backround i have is with html and that was all with textfilesum i resently got a book to start c and it said i need a c compiler. Ive download the compiler from this site but i dont know how to use it. Thereadmesaid the compiler was in bin/dmc but when i enter it i just get a list of commands thati can use. any help will be great thanks.To compile the program hello.c: \dm\bin\dmc hello should do it.
Jan 04 2005
<deaddragon31991 aol.com> wrote in message news:crercv$2p4d$1 digitaldaemon.com...In article <cr6o47$bfu$2 digitaldaemon.com>, Walter says...Ive<deaddragon31991 aol.com> wrote in message news:cr1q4k$1e1f$1 digitaldaemon.com...um i resently got a book to start c and it said i need a c compiler.ofdownload the compiler from this site but i dont know how to use it. Thereadmesaid the compiler was in bin/dmc but when i enter it i just get a listbackround ihow exactly do i save the files to this location the only programingcommands thati can use. any help will be great thanks.To compile the program hello.c: \dm\bin\dmc hello should do it.have is with html and that was all with textfilesSave which files? DMC: cd \ unzip dmc.zip should do it. For hello, that is short for "hello.c", and you create it like you would any other text file.
Jan 04 2005
In article <crevar$2u15$1 digitaldaemon.com>, Walter says...<deaddragon31991 aol.com> wrote in message news:crercv$2p4d$1 digitaldaemon.com...i need to know how to have the compiler apply to it the only thing ive been able to do is save hello.c with a textad and then open it with dmc but when i open the .exe box that come i just see a bunch of odd symbols flash and then the program closeIn article <cr6o47$bfu$2 digitaldaemon.com>, Walter says...Ive<deaddragon31991 aol.com> wrote in message news:cr1q4k$1e1f$1 digitaldaemon.com...um i resently got a book to start c and it said i need a c compiler.ofdownload the compiler from this site but i dont know how to use it. Thereadmesaid the compiler was in bin/dmc but when i enter it i just get a listbackround ihow exactly do i save the files to this location the only programingcommands thati can use. any help will be great thanks.To compile the program hello.c: \dm\bin\dmc hello should do it.have is with html and that was all with textfilesSave which files? DMC: cd \ unzip dmc.zip should do it. For hello, that is short for "hello.c", and you create it like you would any other text file.
Jan 06 2005
deaddragon31 wrote: > i need to know how to have the compiler apply to it the only thing ive been ableto do is save hello.c with a textad and then open it with dmc but when i open the .exe box that come i just see a bunch of odd symbols flash and then the program closeOpen a command box (the "C:\" icon in Programs>Accessories). cd to the directory where the executable is. Then run the executable again. This time, you shouldn't see a console box, but you should see the actual output of the program. Theoretically, this should be "Hello World". :-) -scooter
Jan 07 2005
In article <crmiq0$2itq$1 digitaldaemon.com>, Scott Michel says...deaddragon31 wrote: > i need to know how to have the compiler apply to it the only thing ive been ableah ty it works i found the command prompt when i was looking to find how to use it but i didnt know the commands ty so much i see the hello worldto do is save hello.c with a textad and then open it with dmc but when i open the .exe box that come i just see a bunch of odd symbols flash and then the program closeOpen a command box (the "C:\" icon in Programs>Accessories). cd to the directory where the executable is. Then run the executable again. This time, you shouldn't see a console box, but you should see the actual output of the program. Theoretically, this should be "Hello World". :-) -scooter
Jan 07 2005
In article <cr6o47$bfu$2 digitaldaemon.com>, Walter says...<deaddragon31991 aol.com> wrote in message news:cr1q4k$1e1f$1 digitaldaemon.com...I need to know wher the data. The only experiance i have programing is with html, and that was all witt text files.um i resently got a book to start c and it said i need a c compiler. Ive download the compiler from this site but i dont know how to use it. Thereadmesaid the compiler was in bin/dmc but when i enter it i just get a list of commands thati can use. any help will be great thanks.To compile the program hello.c: \dm\bin\dmc hello should do it.
Jan 04 2005