3/28 Is there any tool that can take a bunch of cpp and .h files and draw
up an inheritance tree and a calling tree, like "a is called by b,
b is called by c1 and c2, c1 is called by d, d and c2 are called by
main"? and "new Foo() has as members the following classes, which each
interit from ... and have as members these classes..."
\_ Egypt (http://www.gson.org/egypt builds call graphs for C. I don't
know if it works for C++; it'll probably output a call graph with
mangled names or something. It doesn't do inheritance graphs. -gm |