Search

August 14, 2012
General »
...of somecommand. So the first part here outputs the contents of test.d with --eval...
August 10, 2012
Issues »
...it's a plain string table)
dmd outputs this:

 Error: unsupported char 0x2d17
 Error: unsupported...
August 10, 2012
Issues »
...mixedCCEntry = q{
struct SimpleCaseEntry
{

}
};


dmd 2.060 outputs:
forward.d(2): Error: undefined identifier SimpleCaseEntry...
July 25, 2012
Issues »
...x;
    Y y;
    writeln(x);
    writeln(y);
}

outputs:
foo
foo

In C++ you don't...
July 19, 2012
General »
...with inline support for 'naked' LaTeX.

It outputs to HTML, and doesn't look half...
July 17, 2012
General »
...test.d testdll.lib, run test.exe, outputs "1 3 5" :)

But, this highlights one...
July 17, 2012
General »
...1, 2, 3);
}

(the above runs and outputs "1 2 3" on the console)

The...
July 16, 2012
Learn »
...return copy;
}

// For example, the following code outputs:
// 0
// 0
// 0
// 1

enum MyEnum
{
    first...
July 13, 2012
Issues »
...10 + r;
    writefln("%(%s\n%)", M);
}


It outputs:

[0, 10, 20, 30]
[1, 11, 21...
July 13, 2012
General »
...10 + r;
    writefln("%(%s\n%)", M);
}


It outputs:

[0, 10, 20, 30]
[1, 11, 21...
100 101 102 103 104 105 106 107 108 109 110
Next ›   Last »