February 19, 2008 General » Re: Why can't we define re-assignable const reference variable? | |||
|---|---|---|---|
| |||
...s", n, m, c.x, d.x); } // outputs 2 2 1 2 In both cases... | |||
February 18, 2008 Learn » Re: packageless modules == pure evil? Answer: No | |||
|---|---|---|---|
| |||
...dsss build testit > testit Builds fine, but outputs "b.a" instead of "a". This is... | |||
February 16, 2008 General » Re: narrowed down the problem area | |||
|---|---|---|---|
| |||
...the D version is slightly faster. The outputs are identical. C++ and D program is... | |||
February 15, 2008 General » D slower than C++ by a factor of _two_ for simple raytracer (gdc) | |||
|---|---|---|---|
| |||
...close to this new speed level. The outputs of both programs are identical save for... | |||
February 09, 2008 Issues » [Issue 1826] New: TransitiveBaseTypeTuple skips interfaces implemented by base types | |||
|---|---|---|---|
| |||
...C2 : C1 {}
pragma (msg, TransitiveBaseTypeTuple!(C2).stringof);
// outputs (C1, Object) -- should output (C1, Object, I1... | |||
February 09, 2008 Issues » [Issue 1823] New: Implicit conversion to const on associative array | |||
|---|---|---|---|
| |||
...int] array; const(int[int]) a = array; outputs: cannot implicitly convert expression (array) of type... | |||
February 08, 2008 General » implicit conversion & associative array. | |||
|---|---|---|---|
| |||
...int] array; const(int[int]) a = array; outputs: cannot implicitly convert expression (array) of type... | |||
February 01, 2008 Learn » Re: (1.0) Clearing out an Associative Array | |||
|---|---|---|---|
| |||
...b);
a = null;
writefln(a, " ", b);
}
It outputs:
[10:20,30:40] [10:20,30... | |||
January 29, 2008 General » Re: Newbie initial comments on D language - RTTI and run-time reflection | |||
|---|---|---|---|
| |||
...just as important. FWIW The compiler already outputs some RTTI info, such as the list... | |||
January 16, 2008 Issues » Nasty -O bug | |||
|---|---|---|---|
| |||
...with -O (DMD 1.025, Windows), it outputs something like this: 1, -48 -1, -48... | |||
Copyright © 1999-2021 by the D Language Foundation