Re: Program editor programming c++

2008-05-29 Thread Lopezio
h mal wieder weiterträumen > können. > -- Maximilian Wilhelm (18. Mai 2006, > #lug-owl.de) > > > -- View this message in context: http://www.nabble.com/Program-editor-programming-c%2B%2B-tp17532397p17546848.html Sent from the gcc - Dev mailing list archive at Nabble.com.

Re: Program editor programming c++

2008-05-29 Thread Joe Buck
On Thu, May 29, 2008 at 02:04:24PM -0700, Lopezio wrote: > Hi > Thank you for your help.I'm a beginer on cpp. I'm programming in windows/dos > mode and i get error when i compile the program > #include > int main(){ > std::cout << "olare" << std::endl; > } > I get error when i compile the progra

Re: Program editor programming c++

2008-05-29 Thread Jan-Benedict Glaw
On Thu, 2008-05-29 14:04:24 -0700, Lopezio <[EMAIL PROTECTED]> wrote: > Thank you for your help.I'm a beginer on cpp. I'm programming in windows/dos > mode and i get error when i compile the program > #include > int main(){ > std::cout << "olare" << std::endl; > } > I get error when i compile the

Re: Program editor programming c++

2008-05-29 Thread Lopezio
intf("olare\n"); > return 0; > } > it should work with gcc ola.c -o ola.exe. This also works with > g++ ola.c -o ola.exe > or as > gc ola.cpp -o ola.exe > if you want > > As C++ version, I would propose (in ola.cpp): > #include > int main(){ &g

Re: Program editor programming c++

2008-05-29 Thread Axel Freyn
Hi, On Thu, May 29, 2008 at 03:08:34AM -0700, Lopezio wrote: > #include "iostream" > int main(){ > printf("olare"); > return 0; > } > I get error when compile it with gcc ola.cpp -o ola.exe but it works in > rhide environment. Well, your example is neither valid C-code, nor valid C++-code: - iost

Program editor programming c++

2008-05-29 Thread Lopezio
th gcc ola.cpp -o ola.exe but it works in rhide environment. What's the best option editor for programming in cpp and compile with gcc? Thank you -- View this message in context: http://www.nabble.com/Program-editor-programming-c%2B%2B-tp17532397p17532397.html Sent from the gcc - Dev mailing list archive at Nabble.com.