View the “include” tree in a C/C++ project [duplic

2019-06-24 04:00发布

Possible Duplicate:
Do you know tool building tree of include files in project\file?

Currently reading the Minix source code (I'm interested in operating system & driver programming), I am looking for a program that would help me understand the tree view of this project.

I found a piece of software called Include Finder, which, though it doesn't show dependencies in trees, is helpful for understanding the structure.

Does anybody know a good program to scan a project & view the dependency tree ?

Thanks !

标签: c++ c tree include
2条回答
祖国的老花朵
2楼-- · 2019-06-24 04:21

Try Doxygen with Graphviz installed. If doxygen is configured properly, it will return each included file for each source.

查看更多
我命由我不由天
3楼-- · 2019-06-24 04:25

Try Eclipse CDT. It has Include Browser.

查看更多
登录 后发表回答