you probably know this - you will create a cool class, you will think about it a bit, maybe even pull a little UML here and there, and then you are ready to implement it. You create header files with member functions, perhaps even some member properties.
And now comes the boring job of copying everything into a .cpp file. It's true, using things like Visual Assist can shorten this task, but still - do I really need to do this? Is there any tool / addin / direct in Visual Studio that does this for me? You know, something like right-clicking on the header file in Solution explorer, "Create a new .cpp for this header file."
source
share