Search

June 02, 2014
Learn »
...i] = { return i; };
    }
    writeln( events[1]() ); // This outputs 3
    assert( events[1]() == 1 );
}

I thought...
May 26, 2014
Issues »
...anoneuron@gmail.com

compiler crashes (segfault) and outputs nothing with this code:

template Foo(T1...
May 19, 2014
General »
...a defined behaviour for that code, so I think both outputs are correct.

Bye,
bearophile
May 17, 2014
General »
...generation from
dmd command like, and seeing outputs, I wasn't satisfied with it.
Other...
May 17, 2014
Announce »
...it works in terms of something which outputs to an OutputRange or File. So you...
May 11, 2014
Issues »
...they have to do is to verify the input or outputs or invariants are correct.

--
May 11, 2014
General »
...causes one tiny little variance in the outputs...and everything gets shot to hell. And...
May 08, 2014
General »
...typeof(a).stringof);
    fun(a);
}

This program outputs:

immutable(int[])
immutable(int)[]

which means that...
April 27, 2014
Learn »
...files in the OMF format. MinGW, IIRC, outputs objects in the COFF format. 64-bit...
April 25, 2014
General »
...flexible enough to produce two very different outputs depending on the occasion.  I have done...
73 74 75 76 77 78 79 80 81 82 83 84
Next ›   Last »