VS2010 UML code generation - is it possible?
I have created a complex UML class diagram in my VS2010 IDE. I am struggling how to generate the C++ (native) code from it.
Anyone knows how to do this?
开发者_如何学编程This looks like a very straightforward simple task, but for some reason i can't find how.
You might be able to do that with VS Feature packs and T4 templates
精彩评论