November 22, 2017 Learn » Re: Passing this to void * | |||
|---|---|---|---|
| |||
...ptr);
}
void main()
{
Pizza pza = new Pizza("XD");
Pizza pza2 = pza;
printaddr(pza.ptr);
printaddr... | |||
October 03, 2017 General » Re: Just playing with compiler explorer to see assembly line count. | |||
|---|---|---|---|
| |||
Thats cool, I never used copy xD. (but you returned the .copy range, not the... | |||
September 24, 2017 General » Re: Simple web server benchmark - vibe.d is slower than node.js and Go? | |||
|---|---|---|---|
| |||
...maybe the enemy parameter should be 'scope' XD
}
IEnumerator Idle() {
enemy = null;
while(true) {
position... | |||
July 02, 2017 Issues » [Issue 5628] std.math unittest disabled - roundoff error in pow() on SSE2 | |||
|---|---|---|---|
| |||
...double xd = x;
immutable short neg2 = -2;
immutable long neg8 = -8;
assert(pow(xd, neg2... | |||
May 23, 2017 General » Re: DMD VS2017 Support | |||
|---|---|---|---|
| |||
...you are telling me "not working at all" is not worth releasing a fix? xD | |||
March 05, 2017 General » Re: D street cred: Just a thought | |||
|---|---|---|---|
| |||
...you elaborate on why that is (probable another link to a discussion I missed xD )? | |||
October 06, 2016 Learn » Re: Getting GtkD working with OpenGL | |||
|---|---|---|---|
| |||
...around with all the context functions, maybe I find something by accident that works xD | |||
September 05, 2016 Learn » Re: Custom String vs D String performance | |||
|---|---|---|---|
| |||
...datetime and did´nt see the benchmark, thanks xD My intention is to not use gc... | |||
April 16, 2016 General » Re: Where to buy the official DLang shirt? | |||
|---|---|---|---|
| |||
...I never designed a T-Shirt either xD Please don't hate because it sucks... | |||
April 07, 2016 General » Re: Another algo for faster sorting | |||
|---|---|---|---|
| |||
...even faster than Quicksort (what the heck? xd, well probably the JIT compiler). Now you... | |||
Copyright © 1999-2021 by the D Language Foundation