|
|
|
|
|
by RossBencina
4 days ago
|
|
If you sort your fields by size or manually pad them with natural alignment, and use #pragma pack or equivalent non-standard directives that gets you most of the way there. But yes, avoid bitfields. C++ "standard layout type" is the modern equivalent of "POD" I think. |
|