October 02, 2013 Learn » val.init | |||
|---|---|---|---|
| |||
...import std.stdio;
void main()
{
int a = 5;
writeln(a.init); // Outputs 0, not 5
}
| |||
October 01, 2013 Learn » Re: 'pp' for D? | |||
|---|---|---|---|
| |||
...help/pprint/pp.d
The following code outputs the text below:
import std.stdio;
import... | |||
September 26, 2013 Issues » [Issue 4527] writeln/typeid to use string type names | |||
|---|---|---|---|
| |||
...need to introduce a new function that outputs a more readable string representation. Not sure... | |||
September 19, 2013 General » Re: Output contract's arguements | |||
|---|---|---|---|
| |||
...contract only describes the /external/ interface (inputs, outputs and visible state). It makes no sense... | |||
September 17, 2013 General » Re: [OT] Which IDE / Editor do you use? | |||
|---|---|---|---|
| |||
...that processes a *range* of X11 events, outputs a *range* of X11 requests, manages a... | |||
September 15, 2013 General » Re: Zimbu | |||
|---|---|---|---|
| |||
...m pretty sure that IR -> C just outputs C code that feeds LLVM with the... | |||
September 14, 2013 General » Re: [OT] Which IDE / Editor do you use? | |||
|---|---|---|---|
| |||
...actually manages to blend ALL of the outputs without any sign of distortion. I'm... | |||
September 13, 2013 Issues » [Issue 11035] New: Bad solution dependencies to C++ projects | |||
|---|---|---|---|
| |||
...problem: the enumerator of the VC project outputs yields a standard file name for the... | |||
September 10, 2013 General » Re: overloaded extern(C) called without error | |||
|---|---|---|---|
| |||
...foo() { writeln("yes, this is called"); }
void main()
{
foo(42);
}
outputs:
yes, this is called | |||
September 03, 2013 LDC » ldmd2 -c file1.d file2.d | |||
|---|---|---|---|
| |||
...d file). Doing the same with ldmd2 only outputs file1.o. Is that a bug? | |||
Copyright © 1999-2021 by the D Language Foundation