Reputation: 10056
I have a really bloated C++ project (3-4 classes, functions and main all in one document) that I'm trying to organize a bit by separating out into different classes. I'm working in VS 2013.
Before I start cut and pasting into header files and .cpp files, I was wondering if anyone knows of any wizard-like functionality in VS that could automate this process for me. I tried the class wizard, but couldn't figure out a way to make it move my existing classes into a new document.
Does anyone have a suggestion? Copy/paste seems like such a clunky solution.
Thanks!
Upvotes: 0
Views: 75
Reputation: 1212
I think the solution you are looking for is in this question.
I'll keep searching anyway.
Upvotes: 1