Re: char data[0]
Keith Thompson wrote:
Take deep-copy semantics into account early in your design.
Keith Thompson wrote:
Second, if you make a copy of the structure (even if you properly
allow for the additional size), the data member will still point to
the old copy.
allow for the additional size), the data member will still point to
the old copy.
Comment