CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2005
    Location
    Canada
    Posts
    15

    Hierarchy Chart software suggestions?

    I'm searching for hierarchy chart software to display the hierarchy of my units and functions.

    Do you have any s****tions?
    Last edited by Matthew Doucette; March 8th, 2005 at 03:26 PM.
    Matthew Doucette / Xona Games
    ...our upcoming dual play Xbox 360 2D shooter: Duality ZF

  2. #2
    Join Date
    Oct 2002
    Location
    Singapore
    Posts
    3,128

    Re: Hierarchy Chart software suggestions?

    Try doxygen. It is a documentation tools and it is capable of tracing function calls as well as class hierarchy.

  3. #3
    Join Date
    Mar 2005
    Location
    Canada
    Posts
    15

    Re: Hierarchy Chart software suggestions?

    Quote Originally Posted by Kheun
    Try doxygen. It is a documentation tools and it is capable of tracing function calls as well as class hierarchy.
    I have already thought of doxygen, but I do not use many classes and inheritance in that way. I just want to see which units of mine incluce other units. Also, which functions call other functions. My project does not use class inheritance very much.

    Does doxygen do what I want? (I had looked at it before, and concluded that it didn't.)
    Matthew Doucette / Xona Games
    ...our upcoming dual play Xbox 360 2D shooter: Duality ZF

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured