Original Post
Not to start a flame war, but how well does C handle DX com calls vs. C++? I''m wondering if there would be any extra overhead calling lpdd->vtable->function as opposed to lpdd->function in C++. Anyone tested this or know of any tests?
I''m terribly weak in theory and fundamentals (self-taught programmer) so I really don''t know what goes on underneath it all.