Search

August 24
Issues »
...from Dominikus Dittes Scherkl <dominikus@scherkl.de> ---
Ok, it's possible to optimize it to...
August 24
DIP Ideas »
...int* field = &s.field;

writeln(s.isNull); // ok
s.makeNull(); // Error: Variable `s` has a...
August 23
General »
...classes. (It doesn't exist in C++.)

Ok, so there is only one outer. This...
August 20
General »
...writeln("value2 from Outer2: ", this.outer.value2); // ok

So yes, this is definitely a bug...
August 17
Issues »
...have the
same bug.

```d
void main()
{
    //OK: We can get a reference of a...
August 14
General »
...result = ok; // Ambiguous assignment to enum: use explicit SqlResult.ok, or
             // cast(SqlResult) ok to...
August 12
Announce »
...normal dates. But if it bothers other people, Rikki's solution seems ok to me.
August 11
Learn »
...a similar hack into the build scripts

Ok, thanks to all! I think my question...
August 08
General »
...BurningShip fractal were clearly and noteably different.

Ok, the fractal code uses 'double' floats, which...
August 03
DIP Development »
...I'm not sure if that's OK for ldc and gdc, maybe. And every...
1 2 3 4 5 6 7 8 9 10
Next ›   Last »