Free UML-Based C++ IDE for Code Generation

  • Context: C/C++ 
  • Thread starter Thread starter chingkui
  • Start date Start date
  • Tags Tags
    C++ Code Generation
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 4K views
chingkui
Messages
178
Reaction score
2
Hi,

Does anyone know of any free IDE that can generate C++ code from "drawing" in UML?
 
Physics news on Phys.org
For Java there are quite a few UML tools (Omondo, ArgoUML, everything but the kitchen sink Visual Paradigm and many others), they can as well generate code from the diagrams. As C++ goes try to ask Oncle Google if he knows any UML tools that generate C++ code.
 
If you are using Visual Studio (I know its not free but it is popular and you might know someone with a copy) it comes with a UML toolkit since 2003 iirc, although it might be new to 2005. I never use the thing and am at work where I can't check exactly where it is on Start Menu etc... but it does exist. I have never used these tools so they might not support vanilla C++ and only C++ .net considering how Microsoft generally are like that. It might come with the free version on Visual C++ .net too, but I can't be sure without downloading it as there appears to be little information on the ms webpage about it...

http://msdn.microsoft.com/vstudio/express/visualc/download/

Hope this is somehow useful...