tags:

views:

183

answers:

3

I noticed that in visual studio (2005) you can right click and generate class diagram, however in C++ mode this option is not available. How can I generate class diagram from C++ ? I have a large C++ project and am looking for a tool to accomplish this task. Are there any free tools to do it?

+1  A: 

Check this duplicate question or try to use StarUML

AlexKR
+2  A: 

Doxygen can generate class diagrams.

Jerry Coffin
+1  A: 

Here's another SO question that may provide other options such as:

  • ArgoUML
  • BOUML
  • Umbrello
Void