Search

August 29
General »
...are controlled by the programmer. If you define a separate type for user-controlled strings...
August 29
DIP Ideas »

I like this idea of using a `pragma` instead

I don't like the version...
August 28
DIP Ideas »
...else`:
```D
version(X)
{
    pragma(define, "ENABLE_X")
    pragma(define, "X", "1" ~ "2")
    {
        import libA...
August 28
Issues »
...struct mg_str {

};

void mg_str_s() {

}

#define mg_str(s) mg_str_s(s...
August 28
DIP Ideas »
...0, 42)`. So even if you could define a struct constructor with all optional parameters...
August 27
Issues »
...com/Reference-manual_returned_compiler.html#compilerget_define,
but neither autotools, used by gdc, nor...
August 24
DIP Ideas »
D makes it possible to import C files transparently and "it just works"

According to...
August 21
Issues »
...Inner2 make() { return new Inner2; }
}


So, I define a base class which has an inner...
August 20
General »
...Inner2 make() { return new Inner2; }
}


So, I define a base class which has an inner...
August 06
Learn »
...use ctfe symbol_name to get d define, and the symbol type name is get...
1 2 3 4 5 6
Next ›   Last »