Search

April 23, 2013
General »
...x") == S("x".idup));
void main() {
    writeln(S("x") == S("x".idup));
}

outputs:
true
true
April 18, 2013
Learn »
Hi,

how i can control what writeln outputs when I pass an object parameter?

Thanks...
April 13, 2013
Learn »
...5;
    f[6][7][8] = 9;
}


That outputs:

opIndexAssign: 2 1
opIndex: 3
opIndexAssign: 5...
April 10, 2013
General »
...them and usually can adjust what it outputs, possibly have suppression files, etc. Such tools...
April 08, 2013
General »
...lines or is there a tool that outputs that "preprocessor" ;) output?

>
> Hence, ref version is...
April 08, 2013
General »
...new (mem) BB();
  delete b;
}

The above outputs:
AA
BB
~BB
~AA

as expected.  malloc...
April 05, 2013
Issues »
...int)) {}
void main() { alias f = foo!string; }

Outputs:

test.d(2): Error: template instance foo...
March 27, 2013
General »
...s == "");
   writeln(s is "");
}

void dotest2()
{
   dotest("");
}

Outputs:

true
false
true
true

I would contend...
March 23, 2013
General »
...Emscripten (a LLVM bytecode to JavaScript compiler) outputs asm.js. So if you have C...
March 21, 2013
GDC »
The TestWindow demo outputs a list of functions it is unable to load, usually because...
89 90 91 92 93 94 95 96 97 98 99 100
Next ›   Last »