I\'m not sure how useful this would be, but I thought it might be neat to visualize the objects being used in my program and which objects are being referenced from where. I\'m
not sure if that is what you are aiming at, but doxygen will do pretty much all of that.
it will take a heap of compiling code and turn it into cross referenced html, rtf of pdf.
completed will calling tree for each function and "referenced by " for each variable