Search

April 28, 2009
General »
...c = new C(10);
}


But the compiler outputs:


Error: cannot implicitly convert expression (this) of...
April 28, 2009
General »
...on WinXP).  I get 2 or three outputs and then hang.

I also tried several...
April 28, 2009
Announce »
...5));
void main() {}


D1 outputs correctly:
good 5 test

But D2 outputs the wrong:
good...
April 27, 2009
General »
...0], freqs[h[0]], h[1])

That outputs is:
SYMBOL	WEIGHT	HUFFMAN CODE
' '	6	101...
April 27, 2009
General »
...Some example of badly written code that outputs extra spaces (I don't consider this...
April 27, 2009
General »
...x: there are 3 comma's, so I'd expect 4 outputs:

ie. choice 4? 
April 23, 2009
Issues »
...Outputs: "false"
pragma(msg, is(ReturnType!(foo):int)? "true":"false");

int foo()
{ return 1; }

// Outputs...
April 12, 2009
Learn »
...s", typeof(func1).stringof);
    return 0;
}
------------------------------------------

This outputs:

func0 is NOT a function.
typeof(func0...
April 07, 2009
Issues »
...some scripts I've written, and it outputs 0 when linking.  I'm not linking...
March 30, 2009
Issues »
...29 23:58 -------
As of DMD 1.041 and 2.026, this outputs "ABC".

-[Unknown]


-- 
143 144 145 146 147 148 149 150 151 152 153
Next ›   Last »