c++structurecode-visualization

Are there any programs that can visualize structure of C++ code?


I have source code that contains more than hundred source files and it is hard to understand what it does, how functions use each other, what is the flow of the execution....

Are there any programs that can visualize structure of C++ code in such a way that it is easy to understand it?


Solution

  • One of the best known tools is doxygen, which produces nice UML diagrams in some modes.