Any tool which generate C++ code against a design

2019-04-17 10:57发布

I have a class diagram , I want that to draw it in some tool which can generate native C++ out of it , I wish to have design first approach to test the various data structures I am designing for my application

2条回答
放我归山
2楼-- · 2019-04-17 11:13

You can also try UMLET for your work.

You can seach mofre on google by typing

  • related:www.softwareideas.net

  • related:www.umlet.com

    From Tricky Hacker

  • 查看更多
    对你真心纯属浪费
    3楼-- · 2019-04-17 11:19

    A lot of tools can make C++ code out of UML diagrams. Try Software Ideas Modeller for example, it's a great UML tool, and it's free for non-commercial use.

    Also, wiki has a list of UML tools. You can sort them by "languages generated" column to check what they do support and chose the one that you will like.

    查看更多
    登录 后发表回答