May 12, 2006 Issues » [Bug 137] New: std.format.doFormat doesn't like arrays of static arrays | |||
|---|---|---|---|
| |||
...writefln(bar); } -- The first call to writefln outputs "[[1,3],[2,4]]", the second "[Error... | |||
May 11, 2006 Learn » Confusing stuff with arrays | |||
|---|---|---|---|
| |||
...runtime "Error: std.format formatArg" // writefln(qux); // outputs garbage writefln(qux[0]); // these work writefln... | |||
May 09, 2006 c++ » A standard conformance issue regarding specialization of static data member - test.zip | |||
|---|---|---|---|
| |||
...result is that the program builds and outputs `1e-10' (as GCC does). DMC 8... | |||
May 09, 2006 Issues » d_time and writefln | |||
|---|---|---|---|
| |||
...getUTCtime();
writefln("%s",toDateString(fecha));
writefln(fecha);
}
//-------------
Outputs (any system):
$ ./test
Tue May 09 2006... | |||
April 27, 2006 Learn » Re: get current time and convert it to string | |||
|---|---|---|---|
| |||
...MMMM yyyy HH:mm:ss z"); Which outputs this (for the en-gb locale): Thu... | |||
April 27, 2006 Learn » Re: get current time and convert it to string | |||
|---|---|---|---|
| |||
...is assumed to be UTC, and it outputs a Local time string. -- Derek Parnell Melbourne... | |||
April 22, 2006 Issues » doFormat bug | |||
|---|---|---|---|
| |||
...i++)
{
writef("%02X ",i);
printf("%02X ",i);
}
outputs
0: 0A 0; 0B 0< 0C 0... | |||
April 13, 2006 General » Re: auto classes and finalizers | |||
|---|---|---|---|
| |||
...of Object be an issue) Now B outputs nothing if A is finalized. That seems... | |||
March 22, 2006 Issues » [Bug 64] New: Unhandled errors should go to stderr | |||
|---|---|---|---|
| |||
...doesn't handle it, the default handler outputs the error message to stdout. This is... | |||
March 18, 2006 Issues » [Bug 55] New: doFormat precision fails on integers < 10 | |||
|---|---|---|---|
| |||
...writefln("number = %.8d", cast(ulong)7);
which outputs '7' without padding. For more details, see... | |||
Copyright © 1999-2021 by the D Language Foundation