Re: standard libraries
jacob navia said:
<snip>
That's a contradiction. If it's strictly C89, it will provide a way to print
long doubles.
<snip>
Only in some of their implementations . I have a couple of Microsoft
compilers with 80-bit long doubles, compared to just 64 bits for double.
--
Richard Heathfield
"Usenet is a strange place" - dmr 29/7/1999
email: rjh at above domain (but drop the www, obviously)
jacob navia said:
<snip>
This means that the printf provided by crtdll.dll is strictly
C89 and doesn't provide any way of printing either
long doubles, long longs or any normal printf directives.
C89 and doesn't provide any way of printing either
long doubles, long longs or any normal printf directives.
long doubles.
<snip>
Yes, but microsoft implemented long double as a
synonym for double.
synonym for double.
compilers with 80-bit long doubles, compared to just 64 bits for double.
--
Richard Heathfield
"Usenet is a strange place" - dmr 29/7/1999
email: rjh at above domain (but drop the www, obviously)
Comment