Archives
D Programming
DD.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++ - quick help thing
hi, first time, so anyone able to like explain this a bit more? (it's the readme for installation): Too make it even more convenient, add c:\dm\bin to the PATH environment variable setting (c: is the drive it is installed on). To compile a simple hello.c program: \dm\bin\dmc hello will compile and link to create hello.exe. am i supposed to write "\dm\bin\dmc hello" somewhere? place "hello" somewhere? why's there a space between "dmc" and "hello"?.. alright, bye Apr 14 2007
Rageleai skrev:hi, first time, so anyone able to like explain this a bit more? (it's the readme for installation): Too make it even more convenient, add c:\dm\bin to the PATH environment variable setting (c: is the drive it is installed on). To compile a simple hello.c program: \dm\bin\dmc hello will compile and link to create hello.exe. am i supposed to write "\dm\bin\dmc hello" somewhere? Apr 15 2007
very cool, bro, next step is to figure out how to edit these .c files. i've opened them in text documents (.cpp ones at least) and all these squares popped up. i'm guessing the textedit prog. won't recognize what are probably symbols. any ideas how to make /edit them is a bonus. k, bye Apr 15 2007
Rageleai skrev:very cool, bro, next step is to figure out how to edit these .c files. i've opened them in text documents (.cpp ones at least) and all these squares popped up. i'm guessing the textedit prog. won't recognize what are probably symbols. any ideas how to make /edit them is a bonus. k, bye Apr 15 2007
|