February 03, 2004 D » Re: [bug?] Expressions within switch statements | |||
|---|---|---|---|
| |||
...0);
case 4: puts("here");
}
return 1;
}
outputs : here
shrug,
C
"Manfred Nowak" <svv1999@hotmail... | |||
January 30, 2004 D » Re: [Performance] Slowdown with -O Switch, Comparing to C | |||
|---|---|---|---|
| |||
...similar observations, the code and the reproduced outputs are posted or attached: Using WIN98SE, dmd... | |||
January 16, 2004 D » Re: how to check char[ ] is empty | |||
|---|---|---|---|
| |||
...s);
outputs "[]".
However,
char[] s;
s.length = 4;
s ~= "A";
printf("[%.*s]", s);
outputs "[]", too... | |||
January 16, 2004 D » Re: how to check char[ ] is empty | |||
|---|---|---|---|
| |||
...length = 0;
printf("%d %p\n", s);
outputs 0 00000000.
But, for effectiveness, I sometimes... | |||
January 13, 2004 c++ » Problem with complex number function cimag() | |||
|---|---|---|---|
| |||
...96i. The above code compiled with DMC outputs the correct value for the real part... | |||
January 11, 2004 D » Q: sort array of objects | |||
|---|---|---|---|
| |||
...an array of object? the prog included outputs: foreach sort b foreach sort a foreach... | |||
December 31, 2003 D » Re: Other Modern Features | |||
|---|---|---|---|
| |||
...you see what are the inputs and outputs. In the second form, you could be... | |||
December 18, 2003 D » Re: std.date.toDateString()? std.date.getUTCtime()? | |||
|---|---|---|---|
| |||
...The same, under Linux (dmd 0.76), outputs: Tue Dec 09 1969 (and this is... | |||
December 11, 2003 D » Directry separator in dmd and link | |||
|---|---|---|---|
| |||
I use dmd for windows. The dmd outputs object files as: dmd -c foo/bar... | |||
December 07, 2003 D » Re: feature request (elf objects) | |||
|---|---|---|---|
| |||
...uses elf, m68k uses coff) cygwin gcc outputs pe-i368 objects (what ever that is... | |||
Copyright © 1999-2021 by the D Language Foundation