Re: Using VS2005/C++, how to create a function call (directed) graph or cross ref. table



This is good for checking few single functions here and there. Isn't it? If so,
it is not practical for producing a total function calls graph (or cross ref. table) for
ALL functions in a larger program at once which is what I meant.
I should have emphasize it in the first place.

David

"Alex Blekhman" <xfkt@xxxxxxxxx> wrote in message
news:%23vpzLylsHHA.4324@xxxxxxxxxxxxxxxxxxxxxxx
David F wrote:
It would be nice if the scope is adjustable to a single file or an entire project and
and filtering should allow to include/exclude class objects' methods, etc.

Am I missing something understanding that such a fundamental service is
not available in VS2005+SP1?

You can use call browser, which is part of VS2005 IDE. Just
right click on any function and select "Call Browser" item
in context menu.

Alex


.



Relevant Pages