Re: Does structure order matter?



Vladimir S. Oka <vladimir.oka@xxxxxxxxxxxxxxxx> wrote in article
<1138030068.962661.168640@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>...
>
> Please don't top-post...

sorry...

>
> You should probably consider actively checking, and preventing buffer
> overruns in your ggets() (and in general practice, as well). Increasing
> the buffer size is just postponing the inevitable (since you most
> likely can't see into the future...).
>
> Cheers
>
> Vladimir
>
>

Yes, very good point...
.