Im working in visual studio.
In a regular win32 console app i've written a class i want to use in other projects.
Basically my question is what is the most efficient way to do this? (I just assumed it would be creating a header file)
What kind of project do i need to make? And how do i implement the class afterwards?