Fantastic exchange from DConf

Ola Fosheim Grøstad via Digitalmars-d digitalmars-d at puremagic.com
Sun May 14 12:10:05 PDT 2017


On Sunday, 14 May 2017 at 16:44:10 UTC, Patrick Schluter wrote:
> What does that snippet do ? What should it do?
>
> int caca(void)
> {
>   for(int i=0xFFFFFFFF; i!=0x80000000; i++)
>     printf("coucou");
> }

Implicit coercion is a design bug in both C and D... :-P


More information about the Digitalmars-d mailing list