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 |
c++ - Compiler Input
I 'm a junior high school student trying to learn to program in C++. What text editor do I use to create a C++ program that the dmc compiler will recognize or does it have a built in editor and if so what flag would I use when invoking the compiler to create my C++ program? Mar 17 2006
Travis wrote:I 'm a junior high school student trying to learn to program in C++. What text editor do I use to create a C++ program that the dmc compiler will recognize or does it have a built in editor and if so what flag would I use when invoking the compiler to create my C++ program? Mar 17 2006
"Bertel Brander" <bertel post4.tele.dk> wrote in message news:dvf632$28cq$1 digitaldaemon.com...Travis wrote:I 'm a junior high school student trying to learn to program in C++. What text editor do I use to create a C++ program that the dmc compiler will recognize or does it have a built in editor and if so what flag would I use when invoking the compiler to create my C++ program? Mar 18 2006
Walter Bright wrote:You can use any editor that will create ascii text files, including notepad.exe and MS Word. Mar 18 2006
|