Class Dependency Tool

I am looking for a tool (preferably open source) that, given the large amount of C / C ++ code, will generate a visual, or perhaps a graph of XML between classes (C ++) and / or files (C).

The idea would be that if you needed to convert your code to another language, you would like to get the lower level classes compiled first and build from there. So, first you need to determine what classes are there.

As far as I can tell, Doxygen doesn't have this capability, but I could be wrong.

+2


source to share


3 answers


Doxygen will do some pretty neat graphics.



+6


source


Documentation and reverse engineering tools

1) Doxygen

2) inSight (Unix, Linux, Windows)

3) Rational rose



4) Source Navigator

5) BOUML

List of non-commercial / free UML tools

+1


source


I haven't used any open source tools for this, but the Rhapsody UML tool does it. They used to give a 30 day free trial to anyone who asked IBM just bought it, so I don't know if it's still there. http://www-01.ibm.com/software/awdtools/rhapsody/ It will change C / C ++ / Java / Ada.

0


source







All Articles