Search

February 19, 2008
General »
...s", n, m, c.x, d.x);
}

// outputs 2 2 1 2

In both cases...
February 18, 2008
Learn »
...dsss build testit
 > testit

Builds fine, but outputs "b.a" instead of "a".  This is...
February 16, 2008
General »
...the D version is slightly faster.  The outputs are identical.

C++ and D program is...
February 15, 2008
General »
...close to this new speed level.

The outputs of both programs are identical save for...
February 09, 2008
Issues »
...C2 : C1 {}

pragma (msg, TransitiveBaseTypeTuple!(C2).stringof);
// outputs (C1, Object) -- should output (C1, Object, I1...
February 09, 2008
Issues »
...int] array;
const(int[int]) a = array;

outputs:
cannot implicitly convert expression (array) of type...
February 08, 2008
General »
...int] array;
const(int[int]) a = array;

outputs:
cannot implicitly convert expression (array) of type...
February 01, 2008
Learn »
...b);
    a = null;
    writefln(a, " ", b);
}

It outputs:

[10:20,30:40] [10:20,30...
January 29, 2008
General »
...just as important.

FWIW The compiler already outputs some RTTI info, such as the list...
January 16, 2008
Issues »
...with -O (DMD 1.025, Windows), it outputs something like this:

1, -48
-1, -48...
151 152 153 154 155 156 157 158 159 160 161
Next ›   Last »