Visual Studio - Generate UML from a c++ project

元气小坏坏 提交于 2019-12-03 01:41:38
billz

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.

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.

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