September 28, 2004 General » Re: "Elementary, dear Watson... you're an idiot" | |||
|---|---|---|---|
| |||
...this (wrapped in a main()) and for me it actually outputs 2 (as I expected) | |||
September 13, 2004 Issues » Nested class as base class template parameter | |||
|---|---|---|---|
| |||
...C)
{
class C {}
}
</code>
DMD 0.101 outputs:
bug.d(6): no property 'C' for... | |||
September 13, 2004 General » Re: help: strange problem with D | |||
|---|---|---|---|
| |||
...char[] a; Permute("abcd")) writefln(a);
which outputs abcd, bacd, bcad, and so on.
Then... | |||
September 12, 2004 General » inheritance feature ot bug? | |||
|---|---|---|---|
| |||
...main()
{
A a = new B();
a.foo();
}
#########
outputs:
A.foo
#########
if the method B.foo... | |||
September 06, 2004 General » Re: Pre 1.0 concerns. (Was Re: [Again] One big isue before 1.0) | |||
|---|---|---|---|
| |||
...to 7 do
writeln(arr[i]);
end.
////////////////////////////////
Outputs:
TRUE
FALSE
FALSE
TRUE
FALSE
FALSE
FALSE... | |||
September 06, 2004 Issues » Internal error: ..\ztc\cod1.c 2498 | |||
|---|---|---|---|
| |||
...d", my_int); } Compiler [dmd 0.101] outputs: bug.d(5): type int is not... | |||
September 06, 2004 Issues » assignment in ? operator | |||
|---|---|---|---|
| |||
...1 : c = 2; } Compiler [dmd 0.101] outputs: bug.d(4): b = 1 is not... | |||
September 01, 2004 Issues » Re: std.zlib.decompress may have flawed logic for allocating buffer | |||
|---|---|---|---|
| |||
...test.d zlib.d The "Hello Lynn" outputs shows up when running test.exe, so... | |||
August 27, 2004 General » Linker problems with static libraries | |||
|---|---|---|---|
| |||
...be part of libbigint.a). The program outputs the following when run: 24 Segmentation Fault... | |||
August 24, 2004 General » Re: The case for ditching char and wchar (and renaming | |||
|---|---|---|---|
| |||
...takes char, wchar, and dchar arguments and outputs UTF-8 or UTF-16 as appropriate... | |||
Copyright © 1999-2021 by the D Language Foundation