views:

91

answers:

6

Hello,

I need a non-commercial or open-source interactive development environment (IDE) tool offering reverse engineering, automatic documentation, code navigation and understanding, metrics, maintenance and cross reference tool for C/C++

The searches i made can't find one.

Help me out please....its very urgent

A: 

http://www.microsoft.com/Express/

http://www.codelite.org/

Priyank Bolia
do these tools do reverse engineering?
Catchwa
What do you mean by that, exactly?
Stefan Thyberg
+1  A: 

Eclipse is probably the best open-source IDE out there.

Steve Rowe
Great for Java, but how good is its support for C/C++?
Marc Novakowski
A: 

Some would say that it is emacs, but others would argue otherwise.

sybreon
+1  A: 

Try Code::Blocks

Canopus
+1 for Code::Blocks. My C/C++ editor of choice. :)
musicfreak
+1  A: 

Microsoft has Visual Studio Express, which is a free non-commercial version of Visual Studio. It includes Visual C++. I've heard it said that Visual Studio is a pretty good IDE offering all the stuff listed above.

Nathan Fellman