Gentoo Archives: gentoo-user

From: Robert Leibl <RobLeibl@×××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] looking for a good c++ IDE for demons...
Date: Fri, 24 Feb 2006 09:15:05
Message-Id: 43FEDC4A.1070303@web.de
In Reply to: [gentoo-user] looking for a good c++ IDE for demons... by Wolfgang Liebich
1 Wolfgang Liebich wrote:
2
3 >Hi,
4 >I'm developing a C++ application which runs as a UNIX demon or windows
5 >service. Until now I'm used mainly xemacs, but since I learned about
6 >better IDEs (for example the JAVA developers have IDEA), I'm looking for
7 >something like this for c++. I tried snavigator, but this tool seems to
8 >get confused by multiple inheritance (which is used in my project).
9 >Mainly I would search for a good class navigator.
10 >Is there something to recommend?
11 >Ciao,
12 >Wolfgang
13 >
14 >
15 Hi
16
17 There are actually a LOT of C++ ides available for Linux (who would have
18 guessed!)
19
20 There is a list at
21 http://www.linuxselfhelp.com/HOWTO/C++Programming-HOWTO-12.html
22 for example.
23
24 KDevelop is one of the most used afaik.
25 I (personally) could also recommend Eclipse which I have used for java
26 development, but which
27 is said to support C/C++ by now.
28
29 I recently heard about a new IDE at
30 http://www.codeblocks.org/
31
32
33 happy trying.
34
35 Maybe you could post your experiences with some of the IDEs.
36
37 cheers
38 robert
39
40 ps: you said you wanted a class browser, so i will not do the "use vim"
41 sermon.
42
43 --
44 A full discussion of Heisenberg's Uncertainty Principle may be found in the Appendix. Then again, it may not.
45
46 --
47 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] looking for a good c++ IDE for demons... Rafael Bugajewski <rb@××××××××××.de>