Understanding a C++ codebase by generating UML - tools&methology [closed]
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
开发者_JAVA百科 Improve this questionI 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.
Free: Doxygen Paid: Rational Rose
精彩评论