Is there any free tools available for generating class diagram from c++ source files and if possible for mfc source files too.
Asked
Active
Viewed 2.6k times
4 Answers
1
You could try SourceNavigator. I'm not sure what the current state of the project is, but here's a place to start.

Dan Breslau
- 11,472
- 2
- 35
- 44
-
Excellent suggestion. The new project can be found at http://sourcenav.berlios.de/ ... – 0xC0000022L Jan 31 '12 at 01:10
0
I've had some success with Umbrello (a KDE-based app). It allows you to import code to create a model, that can then be used to generate UML diagrams.

Void - Othman
- 3,441
- 18
- 18
0
Umbrello is probably fine for projects with a limited number of classes, and certainly requires manual intervention for tuning. I imagine doxygen/graphviz is more suitable for larger projects.

Gunee
- 431
- 3
- 16