September 28, 2014 Learn » Prompting using stdio | |||
|---|---|---|---|
| |||
...good prompting but it doesn't. I outputs the string given to write *after* I... | |||
September 27, 2014 Learn » std.container.Array support in msgpack | |||
|---|---|---|---|
| |||
...x.pack);
writeln(["x", "y"].pack);
}
which outputs
[161, 120, 161, 121]
[146, 161, 120... | |||
September 27, 2014 GDC » Extended Assembler gets goto support | |||
|---|---|---|---|
| |||
...asm {
"btl %1, %0;"
"jc %l2"
: /* No outputs. */
: "r" (a), "r" (b)
: "cc"
: carry;
}
return... | |||
September 25, 2014 General » Re: What are the worst parts of D? | |||
|---|---|---|---|
| |||
...do it) when there are no outside outputs. I actually have some experience in this... | |||
September 25, 2014 General » Re: What are the worst parts of D? | |||
|---|---|---|---|
| |||
...tools actually use entropy when producing their outputs, and as a result running the exact... | |||
September 24, 2014 General » Re: What are the worst parts of D? | |||
|---|---|---|---|
| |||
...discover the *exact* set of inputs and outputs for a given command, including hidden dependencies... | |||
September 24, 2014 General » enumerate, and some improvements | |||
|---|---|---|---|
| |||
...x; A.enumerate)
x = i;
writeln(A);
}
Outputs:
[0, 0, 0, 0]
------------------
A feature I... | |||
September 22, 2014 Issues » [Issue 13517] Only touch .di generated file if changed | |||
|---|---|---|---|
| |||
...which trivial. See e g. http://www.cmcrossroads.com/article/rules-multiple-outputs-gnu-make. -- | |||
September 01, 2014 General » line counts of outputs of "nm" from the object and executable from the above source code | |||
|---|---|---|---|
| |||
176
2162 | |||
August 29, 2014 Issues » [Issue 13394] invariant fail to link since 2.066 when using separate compilation | |||
|---|---|---|---|
| |||
...is compiled, compiler instantiates Btpl!A and outputs its invariant objcode to a.obj. Next... | |||
Copyright © 1999-2021 by the D Language Foundation