Search

November 10, 2002
D »
...inputs produce identical outputs.  The underlying representation details of inputs and outputs have nothing to...
October 25, 2002
D »
...myConvert3( str2 );
 myConvert4( str2 );
 return 0;
}

which outputs
conv1) abcc -> Transfromed 'a' + 'b' + 'cc';
conv2...
October 23, 2002
D »
...collector in some sort of debug mode.  Outputs of where things were allocated, where circular...
October 09, 2002
D »
...5 );

 return 0;
}

compiles without warning and
outputs

(cast(D)a).foo( 1 )
A::foo...
October 04, 2002
D »
...nshow( i )->\n" );
 show( i );
 return 0;
}
 outputs the following.

show( t ); ->
show Test -> val...
October 01, 2002
D »
...Derived(44); d.func();
}


which or course outputs

i:0, j:10
i:0, j...
October 01, 2002
D »
...return 0;
}

and then run, it just outputs the first line. 'start: ' then stiffs.
if...
August 02, 2002
D »
...emit any error, and the resulting executable crashes (it outputs 'Error: ' and then crashes). Strange!



August 01, 2002
c++.command-line »
Please, find below outputs of Alink, Blinker, Tlink. The latter gives no information, but the...
July 12, 2002
D »
...inputs, I'll definitely get the same outputs both times, so the compiler is safe...
189 190 191 192 193 194 195 196 197 198 199
Next ›   Last »