Does anybody know a good skeletal deform tutorial for C++ that does not use the shader for the deform

I am looking for something that does not use the shader to transform the vertices in relation to the bones. I want to do everything in code.