Message-Id: <199808020838.EAA10324@delorie.com> From: "Guan Foo Wah" To: Subject: sizeof(long double) = 12 ??? Date: Sun, 2 Aug 1998 16:37:02 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Precedence: bulk I tried sizeof (long double) and it returns 12. I tried the same thing on MSC++ 7 and it returns 10. Why is this so ?? Is it because of the dword alignment ?