C++Talk.NET Forum Index C++Talk.NET
C++ language newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

IDE for C++

 
Post new topic   Reply to topic    C++Talk.NET Forum Index -> C++ Language (Moderated)
View previous topic :: View next topic  
Author Message
David
Guest





PostPosted: Thu Sep 04, 2003 8:22 am    Post subject: IDE for C++ Reply with quote



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





PostPosted: Fri Sep 05, 2003 9:31 am    Post subject: Re: IDE for C++ Reply with quote



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





PostPosted: Fri Sep 05, 2003 9:33 am    Post subject: Re: IDE for C++ Reply with quote



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





PostPosted: Fri Sep 05, 2003 12:49 pm    Post subject: Re: IDE for C++ Reply with quote

"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?

No. KDE comes with KDevelop (http://www.kdevelop.org/)

There are others as well (that provide Linux equivalents to their win32
counterparts), such as:

VIDE (http://www.objectcentral.com/vide.htm)

Dev-C++ (http://sourceforge.net/projects/dev-cpp/)

And a handy editor that I use, NEdit (http://www.nedit.org/)


[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]

Back to top
llewelly
Guest





PostPosted: Fri Sep 05, 2003 12:51 pm    Post subject: Re: IDE for C++ Reply with quote

[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





PostPosted: Fri Sep 05, 2003 7:02 pm    Post subject: Re: IDE for C++ Reply with quote

David wrote:

Quote:
What is the best IDE for C++ in Unix/Linux environment? Does GCC have
an IDE (GUI version) in Unix/Linux?


To be honest, I don't think that there is a best IDE. It really depends
on the type of programming you intend to do. Off the top of my head here
are a list of them:

Kylix (http://www.borland.com/kylix/) - borlands RAD tool for linux.
VisualLynux (http://www.lynuxworks.com/)
KDevelop (http://www.kdevelop.org/) - get's good ratings in reviews.
Based on KDE.
Anjuta (http://anjuta.sourceforge.net/) - GTK based IDE
Emacs (http://www.gnu.org/software/emacs/emacs.html) - text editor that
can be configured to be anything you want including an IDE.
Eclipse (http://www.eclipse.org/) - Java IDE but has a plugin to support
C++ development.

--
sashan
http://www.cs.auckland.ac.nz/~sgov008/





[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]

Back to top
Peter Roozemaal
Guest





PostPosted: Sat Sep 06, 2003 12:32 pm    Post subject: Re: IDE for C++ Reply with quote

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





PostPosted: Sat Sep 06, 2003 12:39 pm    Post subject: Re: IDE for C++ Reply with quote

(note to mod, i'm reposting as my original post to this thread did not go
through, did someone reject it?)

"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?

No. KDE comes with KDevelop (http://www.kdevelop.org/)

There are others as well (that provide Linux equivalents to their win32
counterparts), such as:

VIDE (http://www.objectcentral.com/vide.htm)

Dev-C++ (http://sourceforge.net/projects/dev-cpp/)

And a handy editor that I use, NEdit (http://www.nedit.org/)



[ See http://www.gotw.ca/resources/clcm.htm for info about ]
[ comp.lang.c++.moderated. First time posters: Do this! ]

Back to top
thp@cs.ucr.edu
Guest





PostPosted: Wed Sep 17, 2003 10:17 am    Post subject: Re: IDE for C++ Reply with quote

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





PostPosted: Wed Sep 17, 2003 8:29 pm    Post subject: Re: IDE for C++ Reply with quote

"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





PostPosted: Sun Sep 21, 2003 6:55 pm    Post subject: Re: IDE for C++ Reply with quote


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
Display posts from previous:   
Post new topic   Reply to topic    C++Talk.NET Forum Index -> C++ Language (Moderated) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.