C/C++ call-graph utility for Windows platform [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 4 years ago . I have a large 95% C, 5% C++ Win32 code base that I am trying to grok. What modern tools are available for generating call-graph diagrams for C or C++ projects? 回答1: Have you tried SourceInsight's call graph feature? http://www.sourceinsight.com/docs35/ae1144092.htm 回答2: Have you tried doxygen and codeviz ?