How to display the CPP program tree like structure ?

Hello,

I am having several CPP source codes and they are placed in unix environment. I wish to know how to display the source code tree like structure for all the header files, functions and other functions which are called inside them. Would anyone please let me know the exact tool to find it.

thanks
Balaji.
Look for an Open Source IDE to do that. IDE was created for that purpose and a lot more.
thanks.
Check out Doxygen. It can generate a nice HTML reference for the source tree, including a graphical inheritance diagram.
Last edited on
Topic archived. No new replies allowed.