The implementation of classes with virtual functions is conceptually easy to
understand: they use vtables. Which begs the question about POD structs: how
are they associated with their member functions in common implementations ?
And where is the 'this' ptr tucked away at for POD structs with member
functions?
John
understand: they use vtables. Which begs the question about POD structs: how
are they associated with their member functions in common implementations ?
And where is the 'this' ptr tucked away at for POD structs with member
functions?
John
Comment