* [gentoo-user] looking for a good c++ IDE for demons...
@ 2006-02-24 8:10 Wolfgang Liebich
2006-02-24 8:48 ` [gentoo-user] " Catalin Trifu
` (3 more replies)
0 siblings, 4 replies; 7+ messages in thread
From: Wolfgang Liebich @ 2006-02-24 8:10 UTC (permalink / raw
To: gentoo-user
Hi,
I'm developing a C++ application which runs as a UNIX demon or windows
service. Until now I'm used mainly xemacs, but since I learned about
better IDEs (for example the JAVA developers have IDEA), I'm looking for
something like this for c++. I tried snavigator, but this tool seems to
get confused by multiple inheritance (which is used in my project).
Mainly I would search for a good class navigator.
Is there something to recommend?
Ciao,
Wolfgang
--
Wolfgang Liebich
PSE ECT PSS7
Tel: +43 51707 47734
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-user] Re: looking for a good c++ IDE for demons...
2006-02-24 8:10 [gentoo-user] looking for a good c++ IDE for demons Wolfgang Liebich
@ 2006-02-24 8:48 ` Catalin Trifu
2006-02-24 9:13 ` [gentoo-user] " Uwe Thiem
` (2 subsequent siblings)
3 siblings, 0 replies; 7+ messages in thread
From: Catalin Trifu @ 2006-02-24 8:48 UTC (permalink / raw
To: gentoo-user
kdevelop and anjuta are some I know of.
Catalin
Wolfgang Liebich wrote:
> Hi,
> I'm developing a C++ application which runs as a UNIX demon or windows
> service. Until now I'm used mainly xemacs, but since I learned about
> better IDEs (for example the JAVA developers have IDEA), I'm looking for
> something like this for c++. I tried snavigator, but this tool seems to
> get confused by multiple inheritance (which is used in my project).
> Mainly I would search for a good class navigator.
> Is there something to recommend?
> Ciao,
> Wolfgang
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] looking for a good c++ IDE for demons...
2006-02-24 8:10 [gentoo-user] looking for a good c++ IDE for demons Wolfgang Liebich
2006-02-24 8:48 ` [gentoo-user] " Catalin Trifu
@ 2006-02-24 9:13 ` Uwe Thiem
2006-02-24 10:13 ` Robert Leibl
2006-02-26 15:53 ` Francisco J. A. Ares
3 siblings, 0 replies; 7+ messages in thread
From: Uwe Thiem @ 2006-02-24 9:13 UTC (permalink / raw
To: gentoo-user
On 24 February 2006 10:10, Wolfgang Liebich wrote:
> Hi,
> I'm developing a C++ application which runs as a UNIX demon or windows
> service. Until now I'm used mainly xemacs, but since I learned about
> better IDEs (for example the JAVA developers have IDEA), I'm looking for
> something like this for c++. I tried snavigator, but this tool seems to
> get confused by multiple inheritance (which is used in my project).
> Mainly I would search for a good class navigator.
> Is there something to recommend?
kdevelop
Uwe
--
Why do consumers keep buying products they will live to curse?
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] looking for a good c++ IDE for demons...
2006-02-24 8:10 [gentoo-user] looking for a good c++ IDE for demons Wolfgang Liebich
2006-02-24 8:48 ` [gentoo-user] " Catalin Trifu
2006-02-24 9:13 ` [gentoo-user] " Uwe Thiem
@ 2006-02-24 10:13 ` Robert Leibl
2006-02-24 13:46 ` Rafael Bugajewski
2006-02-26 15:53 ` Francisco J. A. Ares
3 siblings, 1 reply; 7+ messages in thread
From: Robert Leibl @ 2006-02-24 10:13 UTC (permalink / raw
To: gentoo-user
Wolfgang Liebich wrote:
>Hi,
>I'm developing a C++ application which runs as a UNIX demon or windows
>service. Until now I'm used mainly xemacs, but since I learned about
>better IDEs (for example the JAVA developers have IDEA), I'm looking for
>something like this for c++. I tried snavigator, but this tool seems to
>get confused by multiple inheritance (which is used in my project).
>Mainly I would search for a good class navigator.
>Is there something to recommend?
>Ciao,
>Wolfgang
>
>
Hi
There are actually a LOT of C++ ides available for Linux (who would have
guessed!)
There is a list at
http://www.linuxselfhelp.com/HOWTO/C++Programming-HOWTO-12.html
for example.
KDevelop is one of the most used afaik.
I (personally) could also recommend Eclipse which I have used for java
development, but which
is said to support C/C++ by now.
I recently heard about a new IDE at
http://www.codeblocks.org/
happy trying.
Maybe you could post your experiences with some of the IDEs.
cheers
robert
ps: you said you wanted a class browser, so i will not do the "use vim"
sermon.
--
A full discussion of Heisenberg's Uncertainty Principle may be found in the Appendix. Then again, it may not.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] looking for a good c++ IDE for demons...
2006-02-24 10:13 ` Robert Leibl
@ 2006-02-24 13:46 ` Rafael Bugajewski
2006-02-24 14:40 ` Allan Spagnol Comar
0 siblings, 1 reply; 7+ messages in thread
From: Rafael Bugajewski @ 2006-02-24 13:46 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 150 bytes --]
Robert Leibl wrote:
> ps: you said you wanted a class browser, so i will not do the "use vim"
> sermon.
vim can also have a class browser plugin :P
[-- Attachment #2: Type: application/pgp-signature, Size: 191 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] looking for a good c++ IDE for demons...
2006-02-24 13:46 ` Rafael Bugajewski
@ 2006-02-24 14:40 ` Allan Spagnol Comar
0 siblings, 0 replies; 7+ messages in thread
From: Allan Spagnol Comar @ 2006-02-24 14:40 UTC (permalink / raw
To: gentoo-user
if you are a gnome person, Anjuta is cool, no dependencies and no adds
to project !
On 2/24/06, Rafael Bugajewski <rb@bugajewski.de> wrote:
> Robert Leibl wrote:
>
> > ps: you said you wanted a class browser, so i will not do the "use vim"
> > sermon.
>
> vim can also have a class browser plugin :P
>
>
>
--
An application asked:
"Requeires Windows 9x, NT4 or better",
so I´ve installed Linux
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] looking for a good c++ IDE for demons...
2006-02-24 8:10 [gentoo-user] looking for a good c++ IDE for demons Wolfgang Liebich
` (2 preceding siblings ...)
2006-02-24 10:13 ` Robert Leibl
@ 2006-02-26 15:53 ` Francisco J. A. Ares
3 siblings, 0 replies; 7+ messages in thread
From: Francisco J. A. Ares @ 2006-02-26 15:53 UTC (permalink / raw
To: gentoo-user
Wolfgang Liebich wrote:
>Hi,
>I'm developing a C++ application which runs as a UNIX demon or windows
>service. Until now I'm used mainly xemacs, but since I learned about
>better IDEs (for example the JAVA developers have IDEA), I'm looking for
>something like this for c++. I tried snavigator, but this tool seems to
>get confused by multiple inheritance (which is used in my project).
>Mainly I would search for a good class navigator.
>Is there something to recommend?
>Ciao,
>Wolfgang
>
>
Take a look at Eclipse and its projects, specially CDT
http://www.eclipse.org/
http://www.eclipse.org/cdt
They're both in portage, alongo with several other Eclipse plug-ins, including repository integration for subversion and CVS
Francisco
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2006-02-26 16:01 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-24 8:10 [gentoo-user] looking for a good c++ IDE for demons Wolfgang Liebich
2006-02-24 8:48 ` [gentoo-user] " Catalin Trifu
2006-02-24 9:13 ` [gentoo-user] " Uwe Thiem
2006-02-24 10:13 ` Robert Leibl
2006-02-24 13:46 ` Rafael Bugajewski
2006-02-24 14:40 ` Allan Spagnol Comar
2006-02-26 15:53 ` Francisco J. A. Ares
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox