Search

October 02, 2013
Learn »
...import std.stdio;
void main()
{
	int a = 5;
	writeln(a.init); // Outputs 0, not 5
}
October 01, 2013
Learn »
...help/pprint/pp.d

The following code outputs the text below:

    import std.stdio;
    import...
September 26, 2013
Issues »
...need to introduce a new function that outputs a more readable string representation. Not sure...
September 19, 2013
General »
...contract only describes the /external/ interface (inputs, outputs
and visible state).
It makes no sense...
September 17, 2013
General »
...that processes a *range* of X11 events, outputs a *range* of X11 requests, manages a...
September 15, 2013
General »
...m pretty sure that IR -> C just outputs C code that feeds LLVM with the...
September 14, 2013
General »
...actually manages to blend ALL of the outputs without any sign of distortion. I'm...
September 13, 2013
Issues »
...problem: the enumerator of the VC project outputs yields a standard file name
for the...
September 10, 2013
General »
...foo() { writeln("yes, this is called"); }

    void main()
    {
        foo(42);
    }

outputs:

    yes, this is called
September 03, 2013
LDC »
...d file). Doing the same with ldmd2 only outputs file1.o. Is that a bug?
82 83 84 85 86 87 88 89 90 91 92 93
Next ›   Last »