PDA

View Full Version : Function tree program


j
10 Jul 2007, 9:25pm
Does anyone know of a program out there that can take C/C++ code and extract a function structure tree. So I can see all functions and to what file the functions belong too

shwaip
10 Jul 2007, 9:29pm
are you using an IDE? Usually they have this functionality

j
11 Jul 2007, 3:30pm
are you using an IDE? Usually they have this functionality

This has to be a program that we can print the tree out. Most IDE don;t have that.