Re: [Mingw-w64-public] printf("%*.*f",d) broken?

2014-05-21 Thread Jim Michaels
olks. problem resolved. > > From: K. Frank >To: mingw64 >Sent: Friday, May 9, 2014 5:00 PM >Subject: Re: [Mingw-w64-public] printf("%*.*f",d) broken? > > >Hi Jim! > >On Fri, May 9, 2014 at 5:29 PM, Jim Michaels wrote: >

Re: [Mingw-w64-public] printf("%*.*f",d) broken?

2014-05-21 Thread Jim Michaels
3609/printf-variable-number-of-decimals-in-float   > > From: K. Frank >To: mingw64 >Sent: Friday, May 9, 2014 5:00 PM >Subject: Re: [Mingw-w64-public] printf("%*.*f",d) broken? > > >Hi Jim! > >On Fri, May 9, 2014 at 5:29

Re: [Mingw-w64-public] printf("%*.*f",d) broken?

2014-05-21 Thread Jim Michaels
___ > From: K. Frank >To: mingw64 >Sent: Friday, May 9, 2014 5:00 PM >Subject: Re: [Mingw-w64-public] printf("%*.*f",d) broken? > > >Hi Jim! > >On Fri, May 9, 2014 at 5:29 PM, Jim Michaels wrote: >> I could not find a good example on this be

Re: [Mingw-w64-public] printf("%*.*f",d) broken?

2014-05-09 Thread K. Frank
Hi Jim! On Fri, May 9, 2014 at 5:29 PM, Jim Michaels wrote: > I could not find a good example on this because examples in books are scarce > as hen's teeth. search engines ignore the * character and maybe even > interpret it like a wildcard. :-/ so examples on the web are out. > > #include > int

[Mingw-w64-public] printf("%*.*f",d) broken?

2014-05-09 Thread Jim Michaels
I could not find a good example on this because examples in books are scarce as hen's teeth. search engines ignore the * character and maybe even interpret it like a wildcard. :-/ so examples on the web are out. #include int main(void) {     double d=1234567890.123456789;     int width=7,precis