November 22, 2004 General » Re: Character encoding problem | |||
|---|---|---|---|
| |||
...OEMmess); writef(OEMmess); return 0; } </code> This outputs: -- untranslated -- ├ñ├Â├╝... | |||
November 21, 2004 Issues » Re: float number parse bug? | |||
|---|---|---|---|
| |||
...like a D bug... gdc also happily outputs 0.1 This corresponding C code: Which... | |||
November 21, 2004 Issues » float number parse bug? | |||
|---|---|---|---|
| |||
...d>
import std.stdio;
void main()
{
float a = .1.234;
writefln(a); // outputs 0.1
} | |||
November 20, 2004 General » Re: Incorrect struct and union size. Possible bug? | |||
|---|---|---|---|
| |||
...no semicolon after union or struct definitions) Outputs: TST.sizeof=4,TST2.sizeof=4,TST3... | |||
November 19, 2004 General » Re: Character encoding problem | |||
|---|---|---|---|
| |||
...either it doesn't compile or it outputs garbage: MS-DOS/Western (ISO-8859-1... | |||
November 04, 2004 Issues » std.format bug | |||
|---|---|---|---|
| |||
...o", 9); // BUG - outputs 9, should be 10
writefln("%o", 10); // OK - outputs 12, should... | |||
October 26, 2004 General » Re: global exceptions handler | |||
|---|---|---|---|
| |||
...c.stdio.getch();
return 0;
}
finally{};
}
Which outputs:
a
c
Error: Invalid base64 character '!'
Regan... | |||
October 11, 2004 General » Re: Java gets Formatter class | |||
|---|---|---|---|
| |||
%n is cool too. It outputs the platform's choice of line ending. --anders | |||
October 07, 2004 Issues » version (foo) : | |||
|---|---|---|---|
| |||
...colon) doesn't seem to work.
(some outputs removed)
version(linux):
void foo () {}
Publics by... | |||
October 03, 2004 General » BigDecimal D library (incomplete, very early stages) - BigDecimal.d | |||
|---|---|---|---|
| |||
...as checks against what the library code outputs. So far, it passes the test suite... | |||
Copyright © 1999-2021 by the D Language Foundation