本文介绍了我怎么能看到C / C ++的#include图容易吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在找一个工具(preferably,一个Visual Studio插件),将显示由一个给定的文件中包含的所有文件,并显示这些文件包含的所有文件等等。

I'm looking for a tool (preferably, a Visual Studio plugin) that would display all files included by a given file and show all files included by those files and so on.

推荐答案

,随着援助,能做到这一点。首先,您需要编辑配置文件。这将是不容易你第一次做,但事后是不需要太多的编辑。

Doxygen, with the aid of Graphviz, can do that. You first need to edit a configuration file. This won't be easy the first time you do it, but no much editing is needed afterwards.

这篇关于我怎么能看到C / C ++的#include图容易吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-20 10:36