Class Diagram Generator
-
Do any of you guys know where I could get a class diagram generator that will interrogate existing C++ code to generate the diagrams? We have some pretty big projects and, although the documentation is pretty good, it'd be nice to be able to pull together some class diagrams automatically. Cheers, Chris.
-
Do any of you guys know where I could get a class diagram generator that will interrogate existing C++ code to generate the diagrams? We have some pretty big projects and, although the documentation is pretty good, it'd be nice to be able to pull together some class diagrams automatically. Cheers, Chris.
Visual studio generates class diagrams for c#, I would assume it does it for c++ too. Just right click on the project and hit view class diagram.
Simon
-
Visual studio generates class diagrams for c#, I would assume it does it for c++ too. Just right click on the project and hit view class diagram.
Simon
it doesn't.
-
it doesn't.
-
Visual studio generates class diagrams for c#, I would assume it does it for c++ too. Just right click on the project and hit view class diagram.
Simon
It probably does for VS2008 but I don't have that, and it certainly doesn't work with VS2005. But thanks for the heads up anyway, my company has made VS2008 available so I might get it and experiment.
-
Do any of you guys know where I could get a class diagram generator that will interrogate existing C++ code to generate the diagrams? We have some pretty big projects and, although the documentation is pretty good, it'd be nice to be able to pull together some class diagrams automatically. Cheers, Chris.
-
Wow, you're right, that's exactly what I needed. What an awesome piece of software. Thanks!
-
Thanks for the info. Looks like its time to install the VS2008 dvd / cds that have been taking up space on my desk for the last 2 months.
John
-
Okay, I installed VS2008 but can not find this feature. How do I generate a diagram? [EDIT]I found it. Although the first class I did resulted in an error and no diagram[/EDIT]
John