This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Program editor programming c++
- From: Lopezio <geral at mariolopes dot com>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 29 May 2008 03:08:34 -0700 (PDT)
- Subject: Program editor programming c++
Hi I use rhide for programming in c++, but i get errors when i compile the
program. It works in rhide environment but doesn't work when i compile it.
Consider the following example
#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.
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.