Question

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!

Was it helpful?

Solution

I think the solution you are looking for is in this question.

I'll keep searching anyway.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top