August 06, 2004 Issues » auto, delete & catch | |||
|---|---|---|---|
| |||
Following code outputs very strange results :)
class A
{
this() { printf("A "); }
~this() { printf("~A "); throw... | |||
July 29, 2004 Issues » opApply and inout parameters | |||
|---|---|---|---|
| |||
...char c; aa )
++a;
//++a; //line 29
}
/////////////////////////////////
Outputs: 0. If A is a struct, it... | |||
July 28, 2004 Issues » offset property not work for struct struct members | |||
|---|---|---|---|
| |||
...s1.offset; // error here } dmd 0.96 outputs: ty = 8 offsetbug.d(7): no property... | |||
July 25, 2004 Issues » Deprecated cast bug | |||
|---|---|---|---|
| |||
...int k = (i)+j; } [dmd 0.96] outputs: C style cast deprecated, use cast(i... | |||
July 24, 2004 General » mixin extension (question) | |||
|---|---|---|---|
| |||
...not defined } mixin someOtherMixin; writef(x * y); // outputs 100 } I can see that there's... | |||
July 23, 2004 Issues » Corrected pi.d | |||
|---|---|---|---|
| |||
...nothing to change it), it no longer outputs obviously wrong info when low precision is... | |||
July 23, 2004 General » Corrected pi.d | |||
|---|---|---|---|
| |||
...nothing to change it), it no longer outputs obviously wrong info when low precision is... | |||
July 23, 2004 General » Re: Cynical, lazy and undisciplined: a shining trinity for the new software age! (was OT: that override keyword) | |||
|---|---|---|---|
| |||
...that understands the D language and only outputs the comments necessary for the compiled unit? | |||
July 14, 2004 General » Re: condition stringising in assert | |||
|---|---|---|---|
| |||
...to modify the behaviour of how it outputs the assert. I don't think that... | |||
July 08, 2004 Issues » writef bug? (date_t) | |||
|---|---|---|---|
| |||
...date_t t = /* something */;
writef("%s",t);
Outputs the numeric representation of the date.
-----------------------
Carlos... | |||
Copyright © 1999-2021 by the D Language Foundation