Create Class Graph
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi all, does anyone know a tool to create a Class-Graph out of the Source-Code of a VC++ 6 project? I need to show up all the references to a class. :confused: It also would help a lot if it lists all references in a textfile. Then I can draw the Class-Graph myself. Thanks. -- karl
-
Hi all, does anyone know a tool to create a Class-Graph out of the Source-Code of a VC++ 6 project? I need to show up all the references to a class. :confused: It also would help a lot if it lists all references in a textfile. Then I can draw the Class-Graph myself. Thanks. -- karl
have a look at Doxygen, it does not offer a graphical graph, but it shows you this; maybe with the DOT (GraphViz extension) it can do it. I was about to try it this week. Max.