Search

August 21, 2004
General »
...char[] toString (out wchar[])

Which produce both outputs at the same time. That's seriously...
August 21, 2004
Issues »
...X x;
||     x.flag = 0 != 0;
|| }
||
|| /////////////////////
||
|| dmd outputs: "Internal error: ..\ztc\cgcs.c 213". If...
August 20, 2004
Issues »
...X x;
    x.flag = 0 != 0;
}

/////////////////////

dmd outputs: "Internal error: ..\ztc\cgcs.c 213". If...
August 19, 2004
General »
...first hack up a C version which outputs D code, then someone else could finish...
August 19, 2004
Issues »
...void main ()
{
    x &= ~1;    //line 7
}

////////////////////////////

dmd outputs:
test.d(7): 'x' is not a...
August 17, 2004
General »
...unloading...");
#     FreeLibrary(mod);
#     printf("done\n");
# }

This outputs "unloading..." and exits quietly, without an error...
August 12, 2004
General »
...my class";}
# }
#
# void main()
# {
#   writefln(new A); // Outputs some huge random number
# }

Wouldn't it...
August 10, 2004
General »
...w1.write outputs "100 100" and w2.write outputs "1 2", neither outputs "0 0...
August 10, 2004
General »
...a function, which inputs 2 arrays and outputs a new one. I understand that there...
August 06, 2004
General »
...int i = 10;
#   foo(i,i);
# }

This outputs 10 and 11. I think you should...
178 179 180 181 182 183 184 185 186 187 188
Next ›   Last »