Father Chrysostomos wrote: >I have a question about alignment issues: Am I right in thinking that, >due to the way alignment works, adding a char to the end of this struct >won't increase the size? Won't in practice on current architectures. The C standard doesn't make any guarantee, though. You can rely on it for optimisation, not for correctness. -zeframThread Previous