January 26, 2010 Learn » Re: boolean over multiple variables | |||
|---|---|---|---|
| |||
...having a single syntax work on the outputs for regular arrays, but then on the... | |||
January 18, 2010 Issues » [Issue 3720] New: Taking address of member functions possible without an instance | |||
|---|---|---|---|
| |||
...void main() {
auto fp = &S.fun;
fp();
}
Outputs:
object.Error: Access Violation
The solution is... | |||
January 18, 2010 Issues » [Issue 3717] New: Stack corruption when returning a struct from a C function in a MinGW generated shared library | |||
|---|---|---|---|
| |||
...test.lib -L+tango.lib test.exe Outputs: [0.00, 0.00, 0.00, 0... | |||
January 17, 2010 Issues » [Issue 3715] New: std.string.format can't use const/immutable toString functions | |||
|---|---|---|---|
| |||
...A";
}
}
void main() {
writeln(format("%s", A()));
}
Outputs:
std.format.FormatError: std.format Can't... | |||
January 16, 2010 Issues » [Issue 3712] New: Error message without filename or line numbers on invalid code | |||
|---|---|---|---|
| |||
...This is expected to fail, but it outputs an error message without any filename, line... | |||
January 13, 2010 General » Re: Compiler: Size of generated executable file | |||
|---|---|---|---|
| |||
...recreate; it just counts references that ldd outputs. I'm sure the linker will eventually... | |||
January 12, 2010 Learn » Re: Getting the address of the class object | |||
|---|---|---|---|
| |||
...cast 1: ", cast(C*)cast(void*)variable1); } Outputs: &variable0 : BFE65A30 &variable1 : BFE65A34 cast cast 0... | |||
January 05, 2010 Issues » [Issue 3676] New: shared function override | |||
|---|---|---|---|
| |||
...038 and 2.039 fail. 2.039 outputs following error message: foo.d(10): Error... | |||
January 01, 2010 General » Re: What's C's biggest mistake? | |||
|---|---|---|---|
| |||
...newer features of the OMF that D outputs. Once it is all in C, the... | |||
December 28, 2009 Issues » [Issue 3656] New: delegate should specify 'this' decorations | |||
|---|---|---|---|
| |||
...writefln("%s", typeof(g).stringof);
g();
}
This outputs:
void delegate()
First, the line:
auto g... | |||
Copyright © 1999-2021 by the D Language Foundation