November 10, 2002 D » Semantics is not mplementation | |||
|---|---|---|---|
| |||
...inputs produce identical outputs. The underlying representation details of inputs and outputs have nothing to... | |||
October 25, 2002 D » problems with ?/{0,1} in RegExp | |||
|---|---|---|---|
| |||
...myConvert3( str2 ); myConvert4( str2 ); return 0; } which outputs conv1) abcc -> Transfromed 'a' + 'b' + 'cc'; conv2... | |||
October 23, 2002 D » Improving garbage collection | |||
|---|---|---|---|
| |||
...collector in some sort of debug mode. Outputs of where things were allocated, where circular... | |||
October 09, 2002 D » Two interfaces with same method signatures | |||
|---|---|---|---|
| |||
...5 ); return 0; } compiles without warning and outputs (cast(D)a).foo( 1 ) A::foo... | |||
October 04, 2002 D » Operator overloading (should it work like this?) | |||
|---|---|---|---|
| |||
...nshow( i )->\n" ); show( i ); return 0; } outputs the following. show( t ); -> show Test -> val... | |||
October 01, 2002 D » forgetting to call super doesn't call any super constructors. | |||
|---|---|---|---|
| |||
...Derived(44); d.func(); } which or course outputs i:0, j:10 i:0, j... | |||
October 01, 2002 D » obj == null causes out of memory exception or stiffs the prog. | |||
|---|---|---|---|
| |||
...return 0; } and then run, it just outputs the first line. 'start: ' then stiffs. if... | |||
August 02, 2002 D » ..\ztc\cgobj.c 3034 | |||
|---|---|---|---|
| |||
...emit any error, and the resulting executable crashes (it outputs 'Error: ' and then crashes). Strange! | |||
August 01, 2002 c++.command-line » Re: Linker | |||
|---|---|---|---|
| |||
Please, find below outputs of Alink, Blinker, Tlink. The latter gives no information, but the... | |||
July 12, 2002 D » Re: (part 2) Some questions and suggestions, and the future of D | |||
|---|---|---|---|
| |||
...inputs, I'll definitely get the same outputs both times, so the compiler is safe... | |||
Copyright © 1999-2021 by the D Language Foundation