Search

August 29, 2014
Issues »
...typeid(unsigned int) )
    {
        std::cout << "unsigned int" << std::endl;
    }

    return 0;
}
//-------------

This programme outputs:
int

--
August 29, 2014
Issues »
...command line:
dmd -o- -X test.d

Outputs test.json:
[
 {
  "name" : "a.b.c",
  "kind...
August 24, 2014
Learn »
...save space. Problem is that the compiler outputs this:

Error: @nogc function 'main.nogcNew!(TestClass...
August 23, 2014
Learn »
...works exactly, but AFAICS `dmd -deps` already outputs the full paths of the imported files...
August 19, 2014
General »
...great with 3.14-2-amd64.  It outputs DVI but comes with a VGA and...
August 15, 2014
General »
...use *concrete* inputs and check for *concrete* outputs in order for the unittest to be...
August 14, 2014
Issues »
...pragma(msg, typeof(Result.init.save2));

This outputs:

    Result
    Result()

I guess the second type...
August 13, 2014
Learn »
...init.save1));
    pragma(msg, typeof(Result.init.save2));

This outputs:

    Result
    Result()

`Result()` looks bogus.
August 10, 2014
Learn »
...and indentations, even markdown support). traditional shell outputs are a mess.

6. bookmarks of every...
August 09, 2014
Learn »
...m surprised by what the last line outputs.

In generic code I tend to use...
68 69 70 71 72 73 74 75 76 77 78 79
Next ›   Last »