April 22, 2006 doFormat bug | ||||
---|---|---|---|---|
| ||||
for(int i=10;i<16;i++)
{
writef("%02X ",i);
printf("%02X ",i);
}
outputs
0: 0A 0; 0B 0< 0C 0= 0D 0> 0E 0? 0F
--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
|
April 22, 2006 Re: doFormat bug | ||||
---|---|---|---|---|
| ||||
Posted in reply to Artem Rebrov | "Artem Rebrov" <ar_other@mail.ru> wrote in message news:op.s8e5l0wzncj208@comp...
>
> for(int i=10;i<16;i++)
> {
> writef("%02X ",i);
> printf("%02X ",i);
> }
>
> outputs
>
> 0: 0A 0; 0B 0< 0C 0= 0D 0> 0E 0? 0F
Already reported, look at bug 113.
|
Copyright © 1999-2021 by the D Language Foundation