[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Floats and %d
- From: Parke <parke.nexus@...>
- Date: Tue, 21 Jul 2015 23:41:58 -0700
On Tue, Jul 21, 2015 at 11:33 PM, Dirk Laurie <dirk.laurie@gmail.com> wrote:
> BTW does anybody know if C makes any distinction between
> %d and %i? "man 3 printf" in Linux does not show any.
Posix and C++ also ascribe %d and %i the same behavior.
http://pubs.opengroup.org/onlinepubs/9699919799/functions/printf.html
http://www.cplusplus.com/reference/cstdio/printf/
-Parke
- References:
- Floats and %d, Rena
- Re: Floats and %d, Parke
- Re: Floats and %d, Rena
- Re: Floats and %d, Roberto Ierusalimschy
- Re: Floats and %d, Rena
- Re: Floats and %d, Parke
- Re: Floats and %d, Dirk Laurie
- Re: Floats and %d, Tim Hill
- Re: Floats and %d, Dirk Laurie
- Re: Floats and %d, Daurnimator
- Re: Floats and %d, Roberto Ierusalimschy
- Re: Floats and %d, Rena
- Re: Floats and %d, Dirk Laurie