Visual Studio - Generate UML from a c++ project

后端 未结 2 440
一整个雨季
一整个雨季 2021-02-05 08:39

Currently I am reading though the cryengine gamecode. It is huge not very well documented. It would be really good if I could create an UML diagram from the project file.

相关标签:
2条回答
  • 2021-02-05 09:13

    You may be disappointed by the result: a huge mess of C++ may render as an equally hugely complicated UML diagram.

    Nevertheless, one tool that designed to help visualize large C++ code bases is Understand.

    0 讨论(0)
  • 2021-02-05 09:36

    Visual Studio has the build-in UML generator. On Visual Studio project, select Class View, right click on the namespace, select View Class Diagram. It may take a while to generate UML diagrams if your project is big. Hope this helps.

    enter image description here

    0 讨论(0)
提交回复
热议问题