Search

August 06, 2004
Issues »
Following code outputs very strange results :)

class A
{
  this() { printf("A "); }
  ~this() { printf("~A "); throw...
July 29, 2004
Issues »
...char c; aa )
        ++a;
    //++a;          //line 29
}

/////////////////////////////////

Outputs: 0. If A is a struct, it...
July 28, 2004
Issues »
...s1.offset; // error here
}

dmd 0.96 outputs:

ty = 8
offsetbug.d(7): no property...
July 25, 2004
Issues »
...int k = (i)+j;
}

[dmd 0.96] outputs: C style cast deprecated, use cast(i...
July 24, 2004
General »
...not defined
  }
  mixin someOtherMixin;
  writef(x * y); // outputs 100
}

I can see that there's...
July 23, 2004
Issues »
...nothing to change it), it no longer outputs obviously wrong info when low precision is...
July 23, 2004
General »
...nothing to change it), it no longer outputs obviously wrong info when low precision is...
July 23, 2004
General »
...that understands the D language and only outputs the comments necessary for the compiled unit?
July 14, 2004
General »
...to modify the behaviour of how it outputs the assert. I don't think that...
July 08, 2004
Issues »
...date_t t = /* something */;
writef("%s",t);

Outputs the numeric representation of the date.

-----------------------
Carlos...
179 180 181 182 183 184 185 186 187 188 189
Next ›   Last »