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.