March 02, 2004 D » Possible solution for D's I/O system | |||
|---|---|---|---|
| |||
...from files and other streams bit write(...); // outputs info to files and other streams It... | |||
February 29, 2004 D » BUG? Unions with inner structs | |||
|---|---|---|---|
| |||
...d", U.a.offset, U.b.offset); } outputs: 0 4 It is a bug or... | |||
February 29, 2004 D » Re: eof, or EofException? | |||
|---|---|---|---|
| |||
...a != 0 and then if b != 0 Outputs: a && b Either your memory is faulty... | |||
February 28, 2004 D » Re: WinMain | |||
|---|---|---|---|
| |||
...finally
{
printf("yes, I'm finally here");}
}
outputs:
"Caught object are you there finally?"
"yes... | |||
February 13, 2004 c++.command-line » Characters before OPTLINK | |||
|---|---|---|---|
| |||
I have impression that link.exe outputs unnecessary characters in its banner: link /NOLOGO /SILENT... | |||
February 11, 2004 D » missing calls to destructors | |||
|---|---|---|---|
| |||
...this code run on dmd 0.79 outputs Foo::Foo(0):100 Foo::Foo(1... | |||
February 11, 2004 D » Re: [opAssign] why no overload/forbidding for '=' | |||
|---|---|---|---|
| |||
...the loop | was not entered. Action: more outputs inserted into the enclosing scopes. | Observation: no... | |||
February 10, 2004 D » [opAssign] why no overload/forbidding for '=' | |||
|---|---|---|---|
| |||
...the loop was not entered. Action: more outputs inserted into the enclosing scopes. Observation: no... | |||
February 07, 2004 D » Re: [bug?] Re: default float initialiser | |||
|---|---|---|---|
| |||
...141516' and then casting it to int outputs `3'. I have checked the bit pattern... | |||
February 06, 2004 D » [BUG](low) incorrect initializing of arrays not reported | |||
|---|---|---|---|
| |||
...bar=[0,,,3];
printf("%d\n", bar[1]);
}
this compiles and outputs `3'.
So long. | |||
Copyright © 1999-2021 by the D Language Foundation