Search

June 05, 2009
Issues »
...hun()
        {
             x++;
        }
        fun!(hun)();
        writefln("%s", x); // outputs 1
    }

So I think Andrei is right...
June 04, 2009
General »
...as he/she did.
   the program then outputs a list of users who are ordered...
June 04, 2009
General »
...as he/she did.
   the program then outputs a list of users who are ordered...
June 01, 2009
General »
...this is all git commands with long outputs (like diff or log) runs through a...
May 23, 2009
General »
...example, set_union(a[0], a[1]) outputs [ 1, 1, 4, 7, 7, 8 ]. But...
May 23, 2009
Issues »
...null;
    }
}

void main()
{
    scope x = new Foo;
}

Outputs "Foo.new" at runtime, even though the...
May 22, 2009
General »
...take(r1, 3));
output(take(r2,2));

outputs:
2,3,4
1,5

This can...
May 21, 2009
Learn »
...program outputting the sizes and compare the outputs with kdiff3 for manual tweaking the structs...
May 17, 2009
General »
...back back to JSON, and compares the outputs.

D/Phobos really does make this stuff...
May 16, 2009
Issues »
...return an empty array.

Example follows. This outputs "ptr=0000 length=4".

import std.stdio...
142 143 144 145 146 147 148 149 150 151 152
Next ›   Last »