Function call tree software

jj Sterling Heights, MI Icrontian
edited August 2008 in Science & Tech
All:

I'm trying to find a program that I can create my own call tree. I want the +/- so I collapse and expand my tree. I don't have any software written yet. I want to do this for a kind of flow charting.

Main
-- -Function1
Function x
Function y
-- +Function 2
-- -Function 3
+Function a
-Function e
Function s
-- Function Q

Hope this helps in what I'm looking for. I want to create it from scratch

Anyone know of any program that can do this?

Comments

  • RADARADA Apple Valley, CA Member
    edited August 2008
    What language do you need it in?

    I think I found a free one in C :

    LINK
  • RADARADA Apple Valley, CA Member
    edited August 2008
    Here's another one in VB:

    LINK
  • MiracleManSMiracleManS Chambersburg, PA Icrontian
    edited August 2008
    I think even the MS provided "express" editions allow this sort of thing with the #region tag.
Sign In or Register to comment.