double und long double in VC2005
- From: Howie Meier <howieh@xxxxxxx>
- Date: Tue, 03 Apr 2007 15:59:31 +0200
In einem kleinen Test habe ich folgendes geschrieben:
long double ld = PI * 3.12345678901234567890123567890;
double d = PI * 3.12345678901234567890123567890;
CString cs;
cs.Format("%25.25f[%d] %25.25f[%d]",ld,sizeof(long
double),d,sizeof(double));
AfxMessageBox(cs);
Es scheint das beide Datentypen in VS 2005 SP1 gleich gross sind ?
Howie
.
- Follow-Ups:
- Re: double und long double in VC2005
- From: Karsten Schulz
- Re: double und long double in VC2005
- From: Rudolf Meier
- Re: double und long double in VC2005
- Prev by Date: Re: Resource in Chinesisch
- Next by Date: Re: double und long double in VC2005
- Previous by thread: Re: Resource in Chinesisch
- Next by thread: Re: double und long double in VC2005
- Index(es):