Date: Thu, 30 Jan 1997 14:23:12 +0200 (IST) From: Eli Zaretskii To: "DR. Andras Solyom" cc: djgpp AT delorie DOT com Subject: Re: Help: Packing structures In-Reply-To: <32F088E7.34CA@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: > Eli, is this covered in the FAQ? The latest release 2.10 of the FAQ explains that declaring the entire struct with packed attribute only works in C; in C++ you need to declare every struct member with that attribute. Is that enough?