Tagged Questions

20
votes
21answers
1k views

Source Code Analysis - what do you do?

Situation: I have some source code, and I'm boning up on what happens. Who calls what, what goes where, etc, etc. (There is minimal documentation/comments, so I have to work it out myself). Now, my ...
2
votes
5answers
3k views

Generic source code browser for Windows and Linux

I am looking for a generic source code browser for Windows and Linux. The languages I use are limited to C/C++, Python and Perl. This tool must be able to show a view of classes/methods/functions in ...