Re: Tool for reverse engineering C++ code
- From: "okellogg" <okellogg@xxxxxxxxxx>
- Date: 24 Sep 2005 22:02:11 -0700
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.
.
- References:
- Tool for reverse engineering C++ code
- From: AshuC
- Tool for reverse engineering C++ code
- Prev by Date: Re: Question Unified Process
- Next by Date: Re: Use Case Point Estimation
- Previous by thread: Re: Tool for reverse engineering C++ code
- Next by thread: Where Does File System Singleton Go?
- Index(es):
Relevant Pages
|