From: "A. Sinan Unur" Newsgroups: comp.os.msdos.djgpp Subject: Re: sizeof(long double)==12 Date: Tue, 19 Aug 1997 15:32:27 -0400 Organization: Cornell University Lines: 20 Sender: asu1 AT cornell DOT edu (Verified) Message-ID: <33F9F4CB.F5C@cornell.edu> References: <33F9958D DOT 656992B2 AT usa DOT net> NNTP-Posting-Host: 128 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Einstein wrote: > > #include > > void main() sorry, no such thing. use int main(void) > { > cout << sizeof(long double) << endl; > cout << (sizeof(long double)==12) << endl; > } > > Any one have tried this program in djgpp? > > Einstein is there a point to this, einstein? -- Sinan