Reputation: 425
Possible Duplicate:
Tools to get a pictorial function call graph of code
I have some C/C++ code. Is there a tool that can be used to generate call graphs, giving information regarding caller, etc. on the Windows platform?
Upvotes: 1
Views: 6828
Reputation: 11896
Doxygen can create call graphs http://www.doxygen.nl//manual/diagrams.html
Upvotes: 4