Search

November 22, 2004
General »
...OEMmess);
writef(OEMmess);

return 0;
}
</code>

This outputs:

-- untranslated --
&#9500;ñ&#9500;Â&#9500;&#9565...
November 21, 2004
Issues »
...like a D bug...

gdc also happily outputs 0.1


This corresponding C code:



Which...
November 21, 2004
Issues »
...d>
import std.stdio;

void main()
{
  float a = .1.234;
  writefln(a); // outputs 0.1
}
November 20, 2004
General »
...no semicolon after union or struct definitions)

Outputs:
TST.sizeof=4,TST2.sizeof=4,TST3...
November 19, 2004
General »
...either it doesn't compile or it outputs garbage:

MS-DOS/Western (ISO-8859-1...
November 04, 2004
Issues »
...o", 9); // BUG - outputs 9, should be 10
  writefln("%o", 10); // OK - outputs 12, should...
October 26, 2004
General »
...c.stdio.getch();
		return 0;
	}
	finally{};
}

Which outputs:

a
c
Error: Invalid base64 character '!'

Regan...
October 11, 2004
General »
%n is cool too. It outputs the platform's choice of line ending.

--anders
October 07, 2004
Issues »
...colon) doesn't seem to work.

(some outputs removed)
version(linux):
void foo () {}

Publics by...
October 03, 2004
General »
...as checks against what the library code outputs.  So far, it passes the test suite...
176 177 178 179 180 181 182 183 184 185 186
Next ›   Last »