Understanding a C++ codebase by generating UML - tools&methology [closed]
Asked Answered
T

1

5

I think there are many tools that can generate UML and similar diagrams from C++ (source-code), but I think it is not so easy to make sense of what you get out?

I am looking for good tools/procedures.

For example I might want to see the GUI-layer and how it is separated (or not from the rest). Think the tools should somehow help me detect packages, and also let me manually organize it.

Tacye answered 24/11, 2010 at 7:30 Comment(0)
E
2

Free: Doxygen Paid: Rational Rose

Eudosia answered 25/11, 2010 at 3:35 Comment(2)
I think Doxygen only analyses the code, and that I would need to annotate the code itself?Tacye
What would Rational Rose do more than producing UML?Tacye

© 2022 - 2024 — McMap. All rights reserved.