visualizing #include tree graph dependency

I put all those words in the title to facilitate people's future searches.  My question is: does anyone know of a  visualization tool that will show which files include which   I found text-based ones (e.g. Includes by adonovan@lcs.mit.edu), that parse one .cpp file at a time.

Is there anything out there (free or commercial) that handles the whole project with its VS2005 setting so that it runs in the same environment as the VS2005 compiler

Thanks.



Answer this question

visualizing #include tree graph dependency

  • J Kenyon

    Also, if you're really after just knowing which includes are pulled in during a particular build, the VC++ compiler has a /showIncludes flags that will display them.


  • DSull

     Aner Ben-Artzi wrote:

    I put all those words in the title to facilitate people's future searches. My question is: does anyone know of a visualization tool that will show which files include which I found text-based ones (e.g. Includes by adonovan@lcs.mit.edu), that parse one .cpp file at a time.

    Is there anything out there (free or commercial) that handles the whole project with its VS2005 setting so that it runs in the same environment as the VS2005 compiler

    Thanks.

    This one's probably one that fits your needs.

    http://www.codeproject.com/tools/includefinder.asp



  • visualizing #include tree graph dependency