tags:

views:

159

answers:

3

Possible Duplicate:
Best unix/linux C++ debuger/IDE ?

Hey,

I've been searcing and reading about a good Linux C++ IDE, and couldn't set my mind on the right one.

I've been using Eclipse with the C++ pluging , for C development, for the last couple months, but I found it not very useful, especially the debugging process that was quite annoying.

I love Vistal Studio, so I'm looking for something really close to it.

I need an IDE that will provide me, among other things:
- rich debugging options
- easy to use graphical designer
- underscores error/warning (before I compile - like eclipse has)
- Intellisense

and more...

Any suggestion? Maybe NetBeans?

+3  A: 

If you're looking for something similar to Visual Studio then try Code::Blocks or QtCreator.

Peter Alexander
+1 for Qt Creator.
Rob
A: 

KDevelop is pretty decent although if I had to make the choice today it would definitely be QtCreator

shoosh
A: 

Well you could given them all a try, eclipse+cdt, netbeans, code::blocks, anjuta, kdevelop, ... and make your own choices there. And if you still find that visual c++ is such a great tool, then why don't you use that one ?

amo-ej1
Because it doesn't run on Linux?
Peter Alexander
Maybe due to the 'linux' tag in the question...
David Rodríguez - dribeas
if a tool helps you to be more productive, then you should stick to that tool, even if that means switching to another os.
amo-ej1