Class dependency tool

2019-02-11 04:07发布

I'm looking for a (preferably open source) tool that, given a large body of C/C++ code, will generate a visual or maybe XML graph of dependencies between classes (C++) and/or files (C).

The idea would be that, if you had to convert the code to another language, you'd like to be able to get the lowest level classes compiling first, and build up from there. So, you'd first need to identify which classes those are.

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

3条回答
ら.Afraid
2楼-- · 2019-02-11 04:20

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

查看更多
老娘就宠你
3楼-- · 2019-02-11 04:29

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

查看更多
够拽才男人
4楼-- · 2019-02-11 04:44

Doxygen will do some pretty neat graphs.

查看更多
登录 后发表回答