Re: Tool for reverse engineering C++ code



AshuC wrote:
> Is there any free tool available on web, which can create a UML tree
> out of a given C++ code. The project exists in .NET, so it would be
> good if tool directly takes .dsp as input.

If you just want the inheritance graph, Doxgen (http://www.doxygen.org)
together with graphviz/dot (http://www.graphviz.org/) is fine.
If you need more, try BOUML (http://bouml.free.fr/) or Umbrello
(http://www.umbrello.org)

I hope this helps.

.



Relevant Pages