|
From: James W. W. <os...@jw...> - 2009-04-19 19:14:01
|
I'm working on the update. Roger's plan seems sound, except for one thing... On Apr 15, 2009, at 2:29 PM, Roger Holmes wrote: > When called for a class which adds more than one object to its > base class it would have to be the sum of the sizeof ()s of those > objects, however I don't think this will matter as such a class would > probably not call GetInstanceSize. I don' t trust the idea of adding up sizeof()s, so in cases where there is more than one instance member, I will wrap them up in a structure. |