vote up 0 vote down star

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

flag

27% accept rate
Duplicate of stackoverflow.com/questions/905494/… – Priyank Bolia May 25 at 6:01
If you get the answer you need please check it as answer. – Ortus Mallum May 25 at 6:01
Admin: merged answers from the 2 questions – Marc Gravell May 25 at 8:32

6 Answers

vote up 0 vote down

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

http://www.codelite.org/

link|flag
do these tools do reverse engineering? – Catchwa May 25 at 6:41
What do you mean by that, exactly? – Stefan Thyberg May 25 at 8:01
vote up 1 vote down

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

link|flag
Great for Java, but how good is its support for C/C++? – Marc Novakowski May 25 at 6:00
vote up 0 vote down

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

link|flag
vote up 1 vote down

Try Code::Blocks

link|flag
+1 for Code::Blocks. My C/C++ editor of choice. :) – musicfreak May 25 at 6:13
vote up 1 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.