[SATLUG] C++ code visualization

Travis H. travis at subspacefield.org
Mon Dec 4 11:06:55 CST 2006


On Sat, Nov 25, 2006 at 10:48:13AM -0600, Bruce Dubbs wrote:
> > I am looking for a Linux utility that would allow me to represent
> > graphically calling hirarchies, classes, dependencies, and function
> > calls for C++ source code. Is there such a thing somewhere?
> 
> Graphically?  That sounds like it would be terribly complex and not very
> useful.  In any moderate program there would be so many lines that you
> couldn't follow it all.


Yeah, I used the graphviz suite in the past, and any program that isn't
trivial uses up too much screen real estate.  At a previous company, they
printed up multiple sheets of paper and taped them together, but even then
that often wasn't enough space.  It is really a problem in data reduction,
because you don't care about most of the calls, or certain functions can be
grouped together.

Check out graphviz (neato, dot) and this site:
http://www.doxpara.com/

He has some links to packages for manipulating and visualizing large graphs.
-- 
"Cryptography is nothing more than a mathematical framework for
discussing various paranoid delusions." -- Don Alvarez
<URL:http://www.subspacefield.org/~travis/> -><-


More information about the SATLUG mailing list