Best C++ Linux IDE [closed]
- by Idan
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?