Search

September 28, 2004
General »
...this (wrapped in a main()) and for me it actually outputs 2
(as I expected)

September 13, 2004
Issues »
...C)
{
  class C {}
}
</code>

DMD 0.101 outputs:

bug.d(6): no property 'C' for...
September 13, 2004
General »
...char[] a; Permute("abcd")) writefln(a);

which outputs abcd, bacd, bcad, and so on.

Then...
September 12, 2004
General »
...main()
{
	A a = new B();
	a.foo();
}

#########
outputs:
A.foo
#########
if the method B.foo...
September 06, 2004
General »
...to 7 do
    writeln(arr[i]);
end.
////////////////////////////////

Outputs:
TRUE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE...
September 06, 2004
Issues »
...d", my_int);
}

Compiler [dmd 0.101] outputs:

bug.d(5): type int is not...
September 06, 2004
Issues »
...1 : c = 2;
}

Compiler [dmd 0.101] outputs:

bug.d(4): b = 1 is not...
September 01, 2004
Issues »
...test.d zlib.d
The "Hello Lynn" outputs shows up when running test.exe, so...
August 27, 2004
General »
...be part of libbigint.a).

The program outputs the following when run:
24
Segmentation Fault...
August 24, 2004
General »
...takes char, wchar, and dchar arguments and outputs UTF-8 or UTF-16 as appropriate...
177 178 179 180 181 182 183 184 185 186 187
Next ›   Last »