August 21, 2013 Learn » Re: Typeof woes | |||
|---|---|---|---|
| |||
...void main () {
A a = new A();
a.list();
}
which outputs:
a is int
--
Marek Janukowicz | |||
August 19, 2013 General » Re: Actor model & D | |||
|---|---|---|---|
| |||
...s inputs occurs. It them computes and outputs results on it's output channels. We... | |||
August 19, 2013 General » Re: Experiments with emscripten and D | |||
|---|---|---|---|
| |||
...dg = &greater; sort!(dg)(arr); writeln(arr); //outputs [1,2,3,4] instead of [4... | |||
August 18, 2013 Issues » [Issue 10845] New: std.range.Cycle broken for reference type forward ranges | |||
|---|---|---|---|
| |||
...filter!"true");
writeln(a.cycle.take(10));
}
Outputs
[0, 1, 2, 0, 1, 2,
then... | |||
August 18, 2013 General » Re: GPGPUs | |||
|---|---|---|---|
| |||
...DEVICE functions, into usable code, and then outputs .c/.cpp files for the c compiler... | |||
August 17, 2013 Issues » [Issue 10840] New: [CTFE] *this._data.arr is not yet implemented at compile time | |||
|---|---|---|---|
| |||
...app;
return app.empty;
}
pragma(msg, foo());
Outputs (tested with git HEAD 2.064):
ctfe... | |||
August 13, 2013 General » Re: Have Win DMD use gmake instead of a separate DMMake makefile? | |||
|---|---|---|---|
| |||
...that it can determine the exact inputs/outputs. This leads to nice features like, when... | |||
August 09, 2013 Learn » Re: How do you profile your apps under windows? | |||
|---|---|---|---|
| |||
...are mangled. With -profile the app usually outputs trace.log somewhere in the folder launched... | |||
August 08, 2013 Learn » Re: Is enum static? | |||
|---|---|---|---|
| |||
...aa);
writeln(1 in aa);
}
That program outputs different element addresses for the two 'in... | |||
August 06, 2013 General » Re: How to output asm list file with dmd? | |||
|---|---|---|---|
| |||
...linux. dmd itself never generates assembly, it outputs machine code directly so you'll need... | |||
Copyright © 1999-2021 by the D Language Foundation