Search

May 12, 2006
Issues »
...writefln(bar);
}

--

The first call to writefln outputs "[[1,3],[2,4]]", the second "[Error...
May 11, 2006
Learn »
...runtime "Error: std.format formatArg"
	// writefln(qux);
	// outputs garbage
	writefln(qux[0]);
	// these work
	writefln...
May 09, 2006
c++ »
...result is that the program builds and outputs `1e-10' (as GCC does).  DMC 8...
May 09, 2006
Issues »
...getUTCtime();
    writefln("%s",toDateString(fecha));
    writefln(fecha);
}
//-------------

Outputs (any system):

$ ./test
Tue May 09 2006...
April 27, 2006
Learn »
...MMMM yyyy HH:mm:ss z");

Which outputs this (for the en-gb locale):

	Thu...
April 27, 2006
Learn »
...is assumed to be UTC, and it outputs a Local time string.

-- 
Derek Parnell
Melbourne...
April 22, 2006
Issues »
...i++)
		{
		writef("%02X ",i);
		printf("%02X ",i);
		}

outputs

0: 0A 0; 0B 0< 0C 0...
April 13, 2006
General »
...of Object be an issue)

Now B outputs nothing if A is finalized.  That seems...
March 22, 2006
Issues »
...doesn't handle it, the default handler outputs the error message to stdout.  This is...
March 18, 2006
Issues »
...writefln("number = %.8d", cast(ulong)7);

which outputs '7' without padding. For more details, see...
165 166 167 168 169 170 171 172 173 174 175
Next ›   Last »