PDA

View Full Version : Function call tree software


j
9 Aug 2008, 6:24pm
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?

RADA
14 Aug 2008, 11:20pm
What language do you need it in?

I think I found a free one in C :

LINK (http://www.ddj.com/cpp/184402421;jsessionid=CM43MCV4N3MSKQSNDLRSKH0CJUNN2JVN?_requestid=28626)

RADA
14 Aug 2008, 11:21pm
Here's another one in VB:

LINK (http://3d2f.com/tags/visual/studio/call/tree/)

MiracleManS
17 Aug 2008, 3:04am
I think even the MS provided "express" editions allow this sort of thing with the #region tag.