Search

December 26, 2009
Issues »
...mangled name with "foo" in it, but outputs "i"
pragma(msg, foo.mangleof);

void main...
December 26, 2009
Issues »
...up to 1.051.

The following code outputs "what (void())()", which shows that function
pointers...
December 25, 2009
Issues »
...bar).stringof);
pragma(msg, typeof(&bam).stringof);

outputs

void function(int i = 22)
void function...
December 23, 2009
General »
...return j; };
      }
      blah();
    }

But this doesn't, outputs 2, 2, 2:

    foreach(i, ref f...
December 23, 2009
General »
...int i) { return i; }, i).ptr();

  foreach (f; funcs)
    writefln(f());
}

--outputs--

0
1
2
December 18, 2009
General »
...I like the look of are:
* All outputs from the object must be immutable or...
December 17, 2009
Issues »
...1.046 compiles fine.
DMD 1.047 outputs:
test.d(3): Error: Integer constant expression...
December 15, 2009
Learn »
...command-line, dmd gives linker errors and outputs an invalid DLL. How do I make...
December 14, 2009
Learn »
...a\n", d1);
  writefln("%a\n", d1);
}

Outputs:
0x1.921f9f01b866ep+1
0xc.90fcf80dc337p-2

A...
December 01, 2009
General »
...I definitely want a compiler switch that outputs the resulting D code after all the...
136 137 138 139 140 141 142 143 144 145 146
Next ›   Last »