Search

February 03, 2004
D »
...0);

 case 4: puts("here");
 }

 return 1;
}

outputs : here

shrug,
C
"Manfred Nowak" <svv1999@hotmail...
January 30, 2004
D »
...similar observations, the code and the reproduced outputs are posted or attached:

Using WIN98SE, dmd...
January 16, 2004
D »
...s);
outputs "[]".
However,
    char[] s;
    s.length = 4;
    s ~= "A";
    printf("[%.*s]", s);
outputs "[]", too...
January 16, 2004
D »
...length = 0;
    printf("%d %p\n", s);

outputs 0 00000000.

But, for effectiveness, I sometimes...
January 13, 2004
c++ »
...96i. The above code
compiled with DMC outputs the correct value for the real part...
January 11, 2004
D »
...an
array of object?
the prog included outputs:

foreach sort b
foreach sort a
foreach...
December 31, 2003
D »
...you see what are the inputs and outputs. In the second form, you could be...
December 18, 2003
D »
...The same, under Linux (dmd 0.76), outputs:

Tue Dec 09 1969

(and this is...
December 11, 2003
D »
I use dmd for windows.
The dmd outputs object files as:

dmd -c foo/bar...
December 07, 2003
D »
...uses elf, m68k uses coff)
cygwin gcc outputs pe-i368 objects (what ever that is...
184 185 186 187 188 189 190 191 192 193 194
Next ›   Last »