August 01, 2007 General » Is Phobos's Garbage Collector utterly broken? (Phobos vs Tango) | |||
|---|---|---|---|
| |||
...if it is, are the warnings Valgrind outputs about Phobos's GC referencing and using... | |||
July 30, 2007 General » Re: suggestion for eliminating the overload ambiguity for properties | |||
|---|---|---|---|
| |||
...GenCode!(Foo)); } This compiles, but the pragma outputs ["run","__T6TMixinZ","__T7GenCodeTC14derivedMembers3FooZ"] so it doesn't... | |||
July 21, 2007 General » Static destructors called before class instance destructors | |||
|---|---|---|---|
| |||
...doomed";
}
}
void main() {
Dude d = new Dude();
}
outputs
Dude static ctor
Dude ctor
Dude static... | |||
July 21, 2007 D » Static destructors called before class instance destructors | |||
|---|---|---|---|
| |||
...doomed";
}
}
void main() {
Dude d = new Dude();
}
outputs
Dude static ctor
Dude ctor
Dude static... | |||
July 17, 2007 Learn » Re: read Hexadecimal value from string | |||
|---|---|---|---|
| |||
...I mean, come on! 2) Since toString outputs uppercase characters (for digits > 9), this doesn... | |||
July 12, 2007 General » problem with compling | |||
|---|---|---|---|
| |||
I've wrote program in D which outputs "Hello D!", I saved it as hello... | |||
July 12, 2007 General » problem with compling | |||
|---|---|---|---|
| |||
I've wrote program in D which outputs "Hello D!", I saved it as hello... | |||
July 12, 2007 General » Re: YASQ - Proper way to convert byte[] <--> string | |||
|---|---|---|---|
| |||
...s.length); writefln((cast(byte[])s).length); } --- Outputs a weird character (an A with a... | |||
July 12, 2007 Learn » Performance Counter output | |||
|---|---|---|---|
| |||
...run, but the counter gives me strange outputs. PerformanceCounter c = new PerformanceCounter(); c.start(); // some... | |||
June 27, 2007 Issues » [Issue 1294] New: referencing fields in static arrays of structs passed as arguments generates invalid code | |||
|---|---|---|---|
| |||
...testarg)
{
writefln(&testarg); // outputs m's address, correct
writefln(&testarg[0]); // outputs m's address... | |||
Copyright © 1999-2021 by the D Language Foundation