uml from c++

G

Gianni Mariani

Gary said:
Hi

is there as way to auto generate a UML graph from a C++ code?

thanks


I don't know but doxygen does a pretty good job of creating graphs.
 
P

Phlip

Gary said:
is there as way to auto generate a UML graph from a C++ code?

What would you do with an automatically generated graph? (Like Doxygen's?)

I would research the code manually, and draw a simple UML diagram of
interests. Automatically generated graphs are often tediously generic.

I would put a breakpoint deep in a hard feature that's complex enough to
require reverse engineering. Then I'd run to that breakpoint, and copy out
the call stack. Then I would research and diagram each class and method on
this call stack. This would provide UML diagrams that illustrate that hard
feature.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,201
Latest member
KourtneyBe

Latest Threads

Top