August 21, 2004 General » Re: the $ token | |||
|---|---|---|---|
| |||
...char[] toString (out wchar[]) Which produce both outputs at the same time. That's seriously... | |||
August 21, 2004 Issues » Re: bit fields in structs | |||
|---|---|---|---|
| |||
...X x; || x.flag = 0 != 0; || } || || ///////////////////// || || dmd outputs: "Internal error: ..\ztc\cgcs.c 213". If... | |||
August 20, 2004 Issues » bit fields in structs | |||
|---|---|---|---|
| |||
...X x;
x.flag = 0 != 0;
}
/////////////////////
dmd outputs: "Internal error: ..\ztc\cgcs.c 213". If... | |||
August 19, 2004 General » Re: D source code revision system idea | |||
|---|---|---|---|
| |||
...first hack up a C version which outputs D code, then someone else could finish... | |||
August 19, 2004 Issues » error message | |||
|---|---|---|---|
| |||
...void main ()
{
x &= ~1; //line 7
}
////////////////////////////
dmd outputs:
test.d(7): 'x' is not a... | |||
August 17, 2004 General » DLLs in D | |||
|---|---|---|---|
| |||
...unloading...");
# FreeLibrary(mod);
# printf("done\n");
# }
This outputs "unloading..." and exits quietly, without an error... | |||
August 12, 2004 General » Feature request: writefln to call toString() on objects? | |||
|---|---|---|---|
| |||
...my class";}
# }
#
# void main()
# {
# writefln(new A); // Outputs some huge random number
# }
Wouldn't it... | |||
August 10, 2004 General » Re: default parameters in interface, does it make sense | |||
|---|---|---|---|
| |||
...w1.write outputs "100 100" and w2.write outputs "1 2", neither outputs "0 0... | |||
August 10, 2004 General » Re: 'Aliasing problem' and D | |||
|---|---|---|---|
| |||
...a function, which inputs 2 arrays and outputs a new one. I understand that there... | |||
August 06, 2004 General » Re: 'Aliasing problem' and D (and a simple question for Walter). | |||
|---|---|---|---|
| |||
...int i = 10; # foo(i,i); # } This outputs 10 and 11. I think you should... | |||
Copyright © 1999-2021 by the D Language Foundation