Other Ouchs (was: Ouch: return values as lvalue)

Oth Erou Oth at erou.ch
Tue Jan 30 13:35:52 PST 2007


Lionello Lunesu Wrote:

> Notice the bug?
void main(){
    real res = 0.01;
    while(res < 0,1)
    {  
        if (res >= 0.1) printf("shooting over: %f\n", res),
        printf("Increasing.\n");
        res*=1+1e-10;
    }
}



More information about the Digitalmars-d mailing list