'Web' or 'Tree' Display
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Here's the deal. I want to write a program that, part of it will display either in web or tree form the interconnectivity of files. For example, one code file calls this other file which calls two other files. This web or tree would show, for example, the parent child relationship of these files. I just want to know if there's any open source code that will display this for me. I'd hate to duplicate code, you know. Danny