Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Class dependency tool

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.

like image 534
Buggieboy Avatar asked Aug 05 '26 22:08

Buggieboy


1 Answers

Doxygen will do some pretty neat graphs.

like image 78
Jeff Barger Avatar answered Aug 08 '26 11:08

Jeff Barger



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!