Search

January 26, 2010
Learn »
...having a single syntax work on the outputs for regular arrays, but then on the...
January 18, 2010
Issues »
...void main() {
    auto fp = &S.fun;
    fp();
}

Outputs:
object.Error: Access Violation


The solution is...
January 18, 2010
Issues »
...test.lib -L+tango.lib
test.exe

Outputs:
[0.00, 0.00, 0.00, 0...
January 17, 2010
Issues »
...A";
    }
}

void main() {
    writeln(format("%s", A()));
}

Outputs:
std.format.FormatError: std.format Can't...
January 16, 2010
Issues »
...This is expected to fail, but it outputs an error message without any filename, line...
January 13, 2010
General »
...recreate; it just counts references that ldd outputs.

I'm sure the linker  will eventually...
January 12, 2010
Learn »
...cast 1: ", cast(C*)cast(void*)variable1);
}

Outputs:

&variable0 : BFE65A30
&variable1 : BFE65A34
cast cast 0...
January 05, 2010
Issues »
...038 and 2.039 fail. 2.039 outputs following error message:

 foo.d(10): Error...
January 01, 2010
General »
...newer features of the OMF that D outputs.

Once it is all in C, the...
December 28, 2009
Issues »
...writefln("%s", typeof(g).stringof);
    g();
}

This outputs:

void delegate()

First, the line:

auto g...
135 136 137 138 139 140 141 142 143 144 145
Next ›   Last »