emulate offsetof() for c++ using temporary enclosing object?Thanks for the answer! Surely it won't work when accessing dummy1 the same way (by substituting t...
emulate offsetof() for c++ using temporary enclosing object?Hi, offsetof() is not much worth in c++ as it can only be used on standard-layout classes, so I won...
This user does not accept Private Messages