I invested a day making Class Diagrams (with detailed association / relationships amongst classes) for a UI App using Dia as part of my job. After completing the work I remembered How the IBM Developerworks Speakers @ our college demo-ed Rational Rose Software generating entire code skeleton out of the UML diagram. I googled and effortlessly stumbled on dia2code. Give dia2code the UML Diagrams and it generates the code skeleton (.h & .cpp) files with due respect to inheritance amongst the class.
No Comments Yet