Re: Automatic c++ call graph tool

"David Atkins" <David_Atkins_666@hotmail.com>
2 Jul 2003 00:43:49 -0400

          From comp.compilers

Related articles
Automatic c++ call graph tool hassel@acc.umu.se (Anders Hasselqvist) (2003-06-25)
Re: Automatic c++ call graph tool David_Atkins_666@hotmail.com (David Atkins) (2003-07-02)
| List of all articles for this month |

From: "David Atkins" <David_Atkins_666@hotmail.com>
Newsgroups: comp.compilers
Date: 2 Jul 2003 00:43:49 -0400
Organization: BT Openworld
References: 03-06-116
Keywords: tools
Posted-Date: 02 Jul 2003 00:43:49 EDT

There is a program called doxygen,
http://www.stack.nl/~dimitri/doxygen/, which can be used to generate
(among other things) call graphs, inheritance graphs, and include
graphs, as well as documentation in a variety of formats from
specially formatted comments.


David


"Anders Hasselqvist" <hassel@acc.umu.se> wrote in message
> A friend of mine asked me if I know any automatic tools to analyse c++
> source and generate a picture with a call graph (flow of the program).


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.