Date: Thu, 30 Jan 1997 19:19:11 +0200 (IST) From: Eli Zaretskii To: "DR. Andras Solyom" cc: djgpp AT delorie DOT com Subject: Re: Help: Packing structures In-Reply-To: <32F0CA8F.75A1@eik.bme.hu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 30 Jan 1997, DR. Andras Solyom wrote: > If I think about very carefully this can be OK. But does this imply that > the construct: > struct foo { > int l1 PACKED, l2 PACKED; > .... > }; > also guaranties packing? Yes. Doesn't it work that way? I think it should, in both C and C++. > Will newbies understand it? I would rather ask: Will newbies read the FAQ? ;-). But seriously, let's wait and see. I usually write things as clear as I can, but when somebody tells me they were misled by the wording, I try to rephrase.