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
Ola Fosheim Grøstad via Digitalmars-d Sun, 14 May 2017 12:16:59 -0700
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