Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Create class diagram from c++ source?

Is there any free tools available for generating class diagram from c++ source files and if possible for mfc source files too.

like image 549
yesraaj Avatar asked Apr 01 '09 09:04

yesraaj


2 Answers

We use doxygen with graphviz support

like image 125
fa. Avatar answered Oct 26 '22 17:10

fa.


You could try SourceNavigator. I'm not sure what the current state of the project is, but here's a place to start.

like image 30
Dan Breslau Avatar answered Oct 26 '22 17:10

Dan Breslau