January 16, 2013 General » D rawkz! -- custom writefln formats | |||
|---|---|---|---|
| |||
...like this: Writer w = ... /* writer object that outputs to stdout */ FormatSpec!Char fmt = ... /* object representing... | |||
January 14, 2013 Issues » [Issue 8366] Overriding const member function in conjunction with mutable overload causes a strange error | |||
|---|---|---|---|
| |||
...null) == false); } This code should compile but outputs: --- test.d(10): Deprecation: overriding base class... | |||
January 12, 2013 Issues » [Issue 9301] New: using XMM.PSHUFD results in an internal compiler error | |||
|---|---|---|---|
| |||
...simd(XMM.PSHUFD, a, 0x0); } The compiler outputs: Internal error: e2ir.c 3882 -- Configure issuemail... | |||
January 08, 2013 DMD » Re: [dmd-internals] CTFE problem - need debugging hint | |||
|---|---|---|---|
| |||
...the current element. Therefore the function always outputs "void". (Happens with dmd on Windows, too... | |||
January 06, 2013 Announce » Re: Runtime code reloading in D, part 1 | |||
|---|---|---|---|
| |||
...not exist. The current RTInfo template just outputs a null pointer for every type. It... | |||
January 05, 2013 General » Re: dlangspec.pdf? | |||
|---|---|---|---|
| |||
...array of NAME=VALUE pairs, and it outputs a text range with the macros having... | |||
December 26, 2012 General » Re: Learning Haskell makes you a better programmer? | |||
|---|---|---|---|
| |||
...construct a huge software using multiple inputs/outputs/data structures/arcane algorithms/..., the functional paradigm... | |||
December 19, 2012 General » Re: Javascript bytecode | |||
|---|---|---|---|
| |||
...one could write a plugin module that outputs the compiled code in the form of... | |||
December 15, 2012 Learn » Re: Extensions to types loaded from a C library | |||
|---|---|---|---|
| |||
...writeln("Output ", returnedPosition.x, " ", returnedPosition.y);
And outputs the following:
Original 1.4013e-44 4... | |||
December 14, 2012 Issues » [Issue 9155] New: Ddoc: code section should strip leading spaces | |||
|---|---|---|---|
| |||
...test) {
* writefln("D programming language");
* }
* ---
*/
void foo(){}
===============
Outputs:
===============
void foo();
Example:
import std.stdio;
writeln... | |||
Copyright © 1999-2021 by the D Language Foundation