From: Ramon F Herrera on 30 Apr 2010 12:50 I have been developing C/C++ using vi and telnet/ssh for too long, and would like to have a richer GUI front end under Windows to do backend Unix/Linux programming. I am trying to decide whether to use Eclipse or NetBeans, plus the respective C++ plugin. I have experience with both IDEs, but only for Java development. Thanks for you kind advice... -Ramon
From: Ian Shef on 30 Apr 2010 16:04 Ramon F Herrera <ramon(a)conexus.net> wrote in news:3bbde795-03b0-434c-b5d1- 0522e289a30e(a)p2g2000yqh.googlegroups.com: > I have been developing C/C++ using vi and telnet/ssh for too long, and > would like to have a richer GUI front end under Windows to do backend > Unix/Linux programming. > > I am trying to decide whether to use Eclipse or NetBeans, plus the > respective C++ plugin. I have experience with both IDEs, but only for > Java development. <snip> A couple of years ago, I used Eclipse with a plug-in to do C programming. It was better than using an editor, especially when it came to doing debugging. The initial setup was tricky. The plug-in did not give me all of the power of the Java environment. For example, there was no concurrent compiling and notification of errors, there was no refactoring, etc. Still, it beat using an editor, and it beat inserting print statements, learning the language of a debugger, and referring to source listings.
From: Arne Vajhøj on 30 Apr 2010 19:30 On 30-04-2010 12:50, Ramon F Herrera wrote: > I have been developing C/C++ using vi and telnet/ssh for too long, and > would like to have a richer GUI front end under Windows to do backend > Unix/Linux programming. > > I am trying to decide whether to use Eclipse or NetBeans, plus the > respective C++ plugin. I have experience with both IDEs, but only for > Java development. > > Thanks for you kind advice... Eclipse C/C++ plugin is both stable and good today. I like it. Arne
From: Ramon F Herrera on 30 Apr 2010 19:51 On Apr 30, 6:30 pm, Arne Vajhøj <a...(a)vajhoej.dk> wrote: > On 30-04-2010 12:50, Ramon F Herrera wrote: > > > I have been developing C/C++ using vi and telnet/ssh for too long, and > > would like to have a richer GUI front end under Windows to do backend > > Unix/Linux programming. > > > I am trying to decide whether to use Eclipse or NetBeans, plus the > > respective C++ plugin. I have experience with both IDEs, but only for > > Java development. > > > Thanks for you kind advice... > > Eclipse C/C++ plugin is both stable and good today. I like it. > > Arne Arne, Do you use the plugin with remote development or only with local filesystem? For remote: do I need NFS/file sharing or only SSH? TIA, -Ramon
From: Break Point on 30 Apr 2010 20:10 On 30/04/2010 17:50, Ramon F Herrera wrote: > > I have been developing C/C++ using vi and telnet/ssh for too long, and > would like to have a richer GUI front end under Windows to do backend > Unix/Linux programming. > > I am trying to decide whether to use Eclipse or NetBeans, plus the > respective C++ plugin. I have experience with both IDEs, but only for > Java development. > > Thanks for you kind advice... > > -Ramon > I've used Eclipse with C++, it's not bad at all. I preferred Code::Blocks as a cross platform C++ IDE. Could be worth checking out. -- BP 00 --
|
Next
|
Last
Pages: 1 2 Prev: RMI connection refused Next: Understanding java app CPU usage under Linux |