创建类图 vs2008
我目前正在使用 Visual Studio 2008、VC++ 进行一个项目。 我想查看代码的类图,但是当我单击添加新项目时,我没有看到任何“类图”选项, 请帮助我.. 谢谢..
i am currently working on a project using visual studio 2008, vc++.
i want to view the class diagram of my code, but i dont see any "class diagram" option when i click add new item,
please do help me..
thanks..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
类图不支持 C++,仅支持 C# 和 VB。对不起。这是 Visual Studio 的限制。
Class diagrams and not supported for C++, only C# and VB. Sorry. It's a Visual Studio limitation.
Visual Studio 不提供 C++ 的类图。有大量可用的 UML 工具(可能还有一些 IBM 霸权之前的符号),它们将在不同程度上对面向对象的 C++ 进行逆向工程。
Visual Studio doesn't provide a class digram for C++. There are a plethora of UML tools available (and maybe some pre-IBM-hegemony notations) available which will, to varying degrees, reverse engineer object oriented C++.