Frage

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!

War es hilfreich?

Lösung

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

I'll keep searching anyway.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top