Search

February 03, 2015
General »
...takes (and optionally detects) one format and outputs another. (The Unix Philosophy is really growing...
January 31, 2015
General »
...If I recall correctly, if the compiler outputs a message which includes "__error" it's...
January 30, 2015
Learn »
...000_000L));

    writefln("%s", Clock.currTime.stdTime);
}

Outputs:

0001-Jan-02 07:36:48.5781342...
January 27, 2015
General »
...wrote:

Seems overly complicated. How about the compiler just outputs new files instead.

-- 
/Jacob Carlborg
January 26, 2015
Issues »
...and runs with 2.066.1, and outputs:

vararg_:
ubyte[].length = 3
ushort[].length = 3...
January 24, 2015
Issues »
...writeln(values[offset .. offset += 2]);
    writeln(offset);
}

Outputs:
[]
4

Expected output:
[2, 3]
4

Works...
January 23, 2015
General »
...iv.writer; writeln("dtor"); }
  }

  void main () {
    auto n = new A;
    assert(0);
  }

this outputs "dtor".
January 23, 2015
Announce »
The only outputs specific to Calypso are ligthweight object files per C++ module that contain...
January 22, 2015
Issues »
...d module_b.d

Compiling with -v outputs this:
binary    dmd
version   v2.066.1...
January 21, 2015
Learn »
...m.sizeof);
    writeln([1, 2, 3].sizeof);
}

outputs 12 / 8

Your previous example is corner...
62 63 64 65 66 67 68 69 70 71 72 73
Next ›   Last »