Class dependency tool

后端 未结 3 1251
长情又很酷
长情又很酷 2021-01-03 13:48

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/

相关标签:
3条回答
  • 2021-01-03 14:29

    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

    0 讨论(0)
  • 2021-01-03 14:34

    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.

    0 讨论(0)
  • 2021-01-03 14:50

    Doxygen will do some pretty neat graphs.

    0 讨论(0)
提交回复
热议问题