Hey folks,
I've got my app up and running and am at a point where I'd like to clean up my main.cpp a bit and put all the stuff needed to make the window(CALLBACK, LRESULT CALLBACK, CreateWindow) into a class for re usability. Not sure where to begin for all the declarations and class methods.
Could someone recommend a good guide that walks thru putting all of this into a class?