These just give me the size of a *reference* to the class:

class Foo {...}
Foo.sizeof
typeid(Foo).tsize

How can I get the size of a non-subclassed *instance*?

Reply via email to