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

冷暖自知 提交于 2019-12-10 18:47:26

问题


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.


回答1:


Free: Doxygen Paid: Rational Rose



来源:https://stackoverflow.com/questions/4264399/understanding-a-c-codebase-by-generating-uml-toolsmethology

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!