On Fri, 05 Nov 2004 15:09:14 -0500, Matthias Clasen wrote: > We do this for class structure, since they typically contain function > pointers... Yeah, probably padding with: unsigned char pad[32]; or something would be more general then. As long as you know exactly how much space it'll take up.