Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tool to visualise code flow (C/C++) [closed]

Do you have any sugestions of tools to ease the task of understanding C/C++ code? We just inherited a large piece of software written by others and we need to quickly get up to speed on it. Any advice on tools that might simplify this task?

like image 897
Dprado Avatar asked Sep 30 '08 13:09

Dprado


1 Answers

SourceInsight and Understand for C++ are the best tools you can get for c/c++ code analysis including flow charts.

like image 82
aku Avatar answered Oct 08 '22 14:10

aku