Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Smart tool (addin?) for creating class body from header file

you probably know this -- you're going to create some nice class, you think about it a little, maybe even draw a little UML here and there and then you're ready for implementation. You create header files with member functions, maybe even some member properties.

And now comes the dull work -- rewriting everything into .cpp file. It's true using stuff like Visual Assist can shorter this task but still -- do I really need to do this? Is there any tool / addin / direct functionality in Visual Studio which does this for me? You know, something like right click on header file in Solution explorer, "Create new .cpp for this header file".

like image 505
Miro Kropacek Avatar asked Nov 06 '22 22:11

Miro Kropacek


1 Answers

As I recall, Rational Rose could generate (and round trip) C++ code.

IBM Rationalhttp://www-01.ibm.com/software/rational/?S_TACT=105AGY59&S_CMP=13&ca=dtl-13

like image 126
Ants Avatar answered Nov 15 '22 07:11

Ants