| View previous topic :: View next topic |
| Author |
Message |
David Guest
|
Posted: Thu Sep 04, 2003 8:22 am Post subject: IDE for C++ |
|
|
What is the best IDE for C++ in Unix/Linux environment? Does GCC have
an IDE (GUI version) in Unix/Linux?
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]
|
|
| Back to top |
|
 |
Thomas Richter Guest
|
Posted: Fri Sep 05, 2003 9:31 am Post subject: Re: IDE for C++ |
|
|
Hi,
| Quote: | What is the best IDE for C++ in Unix/Linux environment? Does GCC have
an IDE (GUI version) in Unix/Linux?
|
Yes, emacs, bash and (gnu-)make is the one I would recommend most. (-;
emacs is really close to be a 'real' IDE, 'real' in the sense that
you might expect something like a VS under Linux. Others are
Kylix or KDevelop, though I still prefer the "emacs and bash" type
of IDE
Seriously, this question might be misplaced in this newsgroup which
is more about the C++ language and less about specific implementations.
So long,
Thomas
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]
|
|
| Back to top |
|
 |
Jerry Feldman Guest
|
Posted: Fri Sep 05, 2003 9:33 am Post subject: Re: IDE for C++ |
|
|
On 4 Sep 2003 04:22:10 -0400
[email]dialectics (AT) yahoo (DOT) com[/email] (David) wrote:
| Quote: | What is the best IDE for C++ in Unix/Linux environment? Does GCC have
an IDE (GUI version) in Unix/Linux?
KDevelop is one possibility: http://www.kdevelop.org. |
Some developers prefer to use EMACS(or XEMACS) as their IDE.
There are a few more for Linux and Unix systems.
--
Jerry Feldman <gaf-nospam-at-blu.org>
Boston Linux and Unix user group
http://www.blu.org PGP key id:C5061EA9
PGP Key fingerprint:053C 73EC 3AC1 5C44 3E14 9245 FB00 3ED5 C506 1EA9
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]
|
|
| Back to top |
|
 |
Greg P. Guest
|
|
| Back to top |
|
 |
llewelly Guest
|
Posted: Fri Sep 05, 2003 12:51 pm Post subject: Re: IDE for C++ |
|
|
[email]dialectics (AT) yahoo (DOT) com[/email] (David) writes:
| Quote: | What is the best IDE for C++ in Unix/Linux environment?
|
First, ask in a linux newsgroup, such as
comp.os.linux.development.apps, and I suspect you will get more
and better answers.
There are lots to choose from, and which one is 'best' depends
primarily on what you are familiar with, and has little to do with
any qualities intrinsic to the editor.
I will list only a few:
Emacs http://www.gnu.org/software/emacs/
Vim http://www.vim.org/
KDevelop http://www.kdevelop.org/
| Quote: | Does GCC have
an IDE (GUI version) in Unix/Linux?
|
No. It is intended to be independent of any IDE, so that it may be
used with any toolset. As a result, gcc works great with nearly
every unix or linux editor you are likely to find.
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]
|
|
| Back to top |
|
 |
sashan Guest
|
|
| Back to top |
|
 |
Peter Roozemaal Guest
|
Posted: Sat Sep 06, 2003 12:32 pm Post subject: Re: IDE for C++ |
|
|
David wrote:
| Quote: | What is the best IDE for C++ in Unix/Linux environment? Does GCC
have an IDE (GUI version) in Unix/Linux?
|
I prefer gvim with make (also under Windows!) Others prefer emacs.
If you're looking for a graphical IDE: Kdevelop is having the looks of
Visual studio and the recent versions seem to work decently.
Peter Roozemaal.
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]
|
|
| Back to top |
|
 |
Greg P. Guest
|
|
| Back to top |
|
 |
thp@cs.ucr.edu Guest
|
Posted: Wed Sep 17, 2003 10:17 am Post subject: Re: IDE for C++ |
|
|
David <dialectics (AT) yahoo (DOT) com> wrote:
+ What is the best IDE for C++ in Unix/Linux environment? Does GCC have
+ an IDE (GUI version) in Unix/Linux?
A few months ago, I appointed a committee to look into that question.
In general, there seem to be two major and opposed camps. One camp
favors VisualStudio, while the other favors the GNU tools (possibly
with vi added). The GNU group will do whatever is necessary to have
access to the the GNU tools, even when they program under Windows;
e.g., they will use Cygwin and/or MinGW to import the GNU tools to the
Windows environment. The VisualStudio folks say that the best IDE is
the one that best approximates VisualStudio, which they consider to be
the ultimate.
Currently the committee is focusing on Eclipse and on the Borland
environment for Linux.
Tom Payne
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]
|
|
| Back to top |
|
 |
David B. Held Guest
|
Posted: Wed Sep 17, 2003 8:29 pm Post subject: Re: IDE for C++ |
|
|
"David" <dialectics (AT) yahoo (DOT) com> wrote
| Quote: | What is the best IDE for C++ in Unix/Linux environment?
Does GCC have an IDE (GUI version) in Unix/Linux?
|
I think something you should definitely keep an eye on is
the recently announced C++BuilderX
([url]www.borland.com/cbuilderx)[/url]. Right now, it only runs
under Windows, but it targets Linux.
Dave
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]
|
|
| Back to top |
|
 |
Harold Howe Guest
|
Posted: Sun Sep 21, 2003 6:55 pm Post subject: Re: IDE for C++ |
|
|
| Quote: | I think something you should definitely keep an eye on is
the recently announced C++BuilderX
([url]www.borland.com/cbuilderx)[/url]. Right now, it only runs
under Windows, but it targets Linux.
|
The C++BuilderX IDE runs on linux, solaris, and windows.
h^2
[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]
|
|
| Back to top |
|
 |
|