Search

August 01, 2007
General »
...if it is, are the warnings Valgrind outputs about Phobos's GC referencing and using...
July 30, 2007
General »
...GenCode!(Foo));
}

This compiles, but the pragma outputs

["run","__T6TMixinZ","__T7GenCodeTC14derivedMembers3FooZ"]

so it doesn't...
July 21, 2007
General »
...doomed";
    }
}

void main() {
    Dude d = new Dude();
}
outputs
Dude static ctor
Dude ctor
Dude static...
July 21, 2007
D »
...doomed";
	}
}

void main() {
	Dude d = new Dude();
}
outputs
Dude static ctor
Dude ctor
Dude static...
July 17, 2007
Learn »
...I mean, come on!
2) Since toString outputs uppercase characters (for digits > 9), this doesn...
July 12, 2007
General »
I've wrote program in D which outputs "Hello D!", I saved it as hello...
July 12, 2007
General »
I've wrote program in D which outputs "Hello D!", I saved it as hello...
July 12, 2007
General »
...s.length);
	writefln((cast(byte[])s).length);
}
---
Outputs a weird character (an A with a...
July 12, 2007
Learn »
...run, but the counter gives me strange outputs.

PerformanceCounter c = new PerformanceCounter();
c.start();

// some...
June 27, 2007
Issues »
...testarg)
{
        writefln(&testarg);             // outputs m's address, correct
        writefln(&testarg[0]);          // outputs m's address...
155 156 157 158 159 160 161 162 163 164 165
Next ›   Last »