August 14, 2012 General » Re: D Shell [was Re: A C++ interpreter] | |||
|---|---|---|---|
| |||
...of somecommand. So the first part here outputs the contents of test.d with --eval... | |||
August 10, 2012 Issues » [Issue 8535] New: perfectly valid uncidoe chars give: "Unsupported char xxx" | |||
|---|---|---|---|
| |||
...it's a plain string table) dmd outputs this: Error: unsupported char 0x2d17 Error: unsupported... | |||
August 10, 2012 Issues » [Issue 8534] New: mixed-in struct definition not forward referenceable | |||
|---|---|---|---|
| |||
...mixedCCEntry = q{
struct SimpleCaseEntry
{
}
};
dmd 2.060 outputs:
forward.d(2): Error: undefined identifier SimpleCaseEntry... | |||
July 25, 2012 Issues » [Issue 8432] write needs to print full enum type | |||
|---|---|---|---|
| |||
...x;
Y y;
writeln(x);
writeln(y);
}
outputs:
foo
foo
In C++ you don't... | |||
July 19, 2012 General » Re: Random sampling in D -- blog post | |||
|---|---|---|---|
| |||
...with inline support for 'naked' LaTeX. It outputs to HTML, and doesn't look half... | |||
July 17, 2012 General » Re: K&R-style variadic functions | |||
|---|---|---|---|
| |||
...test.d testdll.lib, run test.exe, outputs "1 3 5" :) But, this highlights one... | |||
July 17, 2012 General » Re: K&R-style variadic functions | |||
|---|---|---|---|
| |||
...1, 2, 3); } (the above runs and outputs "1 2 3" on the console) The... | |||
July 16, 2012 Learn » How to make a unique copy in a generic manner? | |||
|---|---|---|---|
| |||
...return copy;
}
// For example, the following code outputs:
// 0
// 0
// 0
// 1
enum MyEnum
{
first... | |||
July 13, 2012 Issues » [Issue 5550] std.range.enumerate() | |||
|---|---|---|---|
| |||
...10 + r;
writefln("%(%s\n%)", M);
}
It outputs:
[0, 10, 20, 30]
[1, 11, 21... | |||
July 13, 2012 General » Array index slicing | |||
|---|---|---|---|
| |||
...10 + r;
writefln("%(%s\n%)", M);
}
It outputs:
[0, 10, 20, 30]
[1, 11, 21... | |||
Copyright © 1999-2021 by the D Language Foundation