Search

December 17, 2006
Issues »
...but left unfixed.

Proof: the following program outputs "opEquals\nopEquals\nopCmp\n" and not "opCmp...
December 16, 2006
General »
...1;
	test.stringProp = "A value";
}

The compiler outputs:
test.d(12): function test.Test.TProp...
December 14, 2006
Announce »
...wise at least) on operator inputs and outputs, I have to wonder if there are...
December 13, 2006
Learn »
...t understand why the little program below outputs what it does.
It seems like static...
December 05, 2006
Issues »
...a.length);
	b~=a;
	writefln(join(b," "));
}

Outputs:
  870FE0[4]
  870FE0[2]
  870FE0[4]
  asdf...
December 05, 2006
Issues »
...a~="asdf";
	b~=a;
	writefln(join(b," "));
}

//outputs "asdf as asdf"

//if we (replace a...
December 05, 2006
Issues »
...if this is "abc" it's ok.

outputs:

  global.errors = 0, gag = 0
  01E27330 arrayliteral...
December 03, 2006
Announce »
...try compiling the following:

void main() {}

It outputs "Max # of fixups = 0". The biggest I...
December 02, 2006
Issues »
...cast(char[])"foo").length == foo.length + 1);

        // outputs 7303014 on my machine
        printf("%d\n...
November 30, 2006
Announce »
...using it instead of Ddoc, which just outputs
blank for all code that doesn't...
162 163 164 165 166 167 168 169 170 171 172
Next ›   Last »