Thread: function map/tree utillity?

  1. #1
    Unregistered
    Guest

    Lightbulb function map/tree utillity?

    Does anyone know of a function map/tree utillity. Somthing that will start at main and graph/diagram/list functions and subfunctions called. I course I can manually do it, but why reinvent the wheel?

  2. #2
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    You mean something like this?

    http://www.eng.auburn.edu/department...esearch/grasp/

    Shiro

  3. #3
    Unregistered
    Guest

    Grasp

    I am looking to make a map of function level not the code level.
    My programs tend to be 15 moduals of 10 to 25 functions and documentings when functions call each other becomes a job in itself. Somtimes a small change makes a lot of code inert.

  4. #4
    Linguistic Engineer... doubleanti's Avatar
    Join Date
    Aug 2001
    Location
    CA
    Posts
    2,459
    since you are in the C board, perhaps you should consider learning C++ as it has many programmer-friendly organizational keywords... which could help you fortify your, quite large, project with your top-down approach...
    hasafraggin shizigishin oppashigger...

  5. #5
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    You're looking for a reverse engineering tool. I don't have any experience with these tools, but I guess that Google or some other search machine will come op with some of them.

  6. #6
    Unregistered
    Guest

    Question Reverse?

    I suppose this function might be part of a reverse engineering tools package, I was not thinking about it that way, since I was looking at the code itself.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Seg Fault in Compare Function
    By tytelizgal in forum C Programming
    Replies: 1
    Last Post: 10-25-2008, 03:06 PM
  2. Another syntax error
    By caldeira in forum C Programming
    Replies: 31
    Last Post: 09-05-2008, 01:01 AM
  3. In over my head
    By Shelnutt2 in forum C Programming
    Replies: 1
    Last Post: 07-08-2008, 06:54 PM
  4. Including lib in a lib
    By bibiteinfo in forum C++ Programming
    Replies: 0
    Last Post: 02-07-2006, 02:28 PM
  5. Question..
    By pode in forum Windows Programming
    Replies: 12
    Last Post: 12-19-2004, 07:05 PM