11-21-2016, 10:21 AM
If the order is not important, then also don't need special packing. I thought the type is used with a dll function.
When defining private types, I usually order members like you said, to avoid gaps. But actually it is useful only if the type is used in large arrays or in large stack or saved in files.
When defining private types, I usually order members like you said, to avoid gaps. But actually it is useful only if the type is used in large arrays or in large stack or saved in files.