Search

December 20, 2004
Issues »
Code below outputs '1' instead '0'.

'bar' value overrides 'foo' value, when in there are...
December 20, 2004
General »
...checking the date/time of inputs and outputs in the same fashion as make; its...
December 19, 2004
General »
...compiler, and (2) how fast a programmer "outputs" valid, bug and error free code. (Equals...
December 14, 2004
General »
...func(2, 'c');
#    A.foo(2, 'c');
# }
	
Outputs:

2, c
2, c

Hope that helps...
December 03, 2004
General »
...files...using a XML config file, and outputs an XML file that can be imported...
December 01, 2004
Issues »
...7bit-ASCII characters.

The attached test program outputs:

-- untranslated --
├ñ├Â├&#9565...
December 01, 2004
Issues »
...b.foo(1.0f);
}

DMD 0.108 outputs:
ta.d(10): need 'this' to access...
November 30, 2004
Issues »
...d\n", a.c);
printf("%d\n", a.d);
}

-- outputs
0
0
4264420
8850976
0

November 24, 2004
General »
...it doesn't understand the generated code, so it outputs assembler code.

-----------------------
Carlos Santander Bernal

November 22, 2004
General »
...this program on Linux (0.106), and it works as expected:


It outputs the following:
175 176 177 178 179 180 181 182 183 184 185
Next ›   Last »