Question

I'm looking for a reverse-engineering UML free tool for c++ code. The old software i'm working on has almost no documentation, and i must add an evolution :s So an UML diagram would help me a lot.

I downloaded StarUML, but when i do the reverse engineering, i have an issue, it doesn't display all the classes on the diagram, as if it was too small. I didn't find the solution so i wanted to download another free tool. But doesn't find one.

Thanks for the answers

Adrien

Was it helpful?

Solution

You could always try Doxygen. It won't produce the most beautiful output of all times, but you can force it to generate class diagrams for you.

OTHER TIPS

One of the best tools I've ever used for reverse engineering to create UML diagrams is Visual Paradigm. I've never used it for C++ but for Java and C#.

Try to take a look: http://www.visual-paradigm.com/support/documents/vpumluserguide/276/277/7253_reverseengin.html

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top