Search

February 24, 2013
General »
...TestClass!(string);
		
		t1.test;
		t2.test;
		
		readln;

	}

Outputs:
Address of variable globalInstances is: 0x4F3F80
Address...
February 23, 2013
Learn »
...b = new Cat();

    a.printDescription();
    b.printDescription();
}


Outputs:

hello.main.Dog
hello.main.Cat


-- 
Lee
February 21, 2013
Issues »
...be _silently_ accepted in default, and compiler outputs wrong-code.

----

But, we cannot *fix* TypeDArray...
February 19, 2013
DMD »
...on Mac OS X 10.6. It outputs:

"2.062"

Including the citation characters.

--
/Jacob...
February 14, 2013
Issues »
...run this:

rdmd --chatty a

The command outputs:

'dmd' '-of/tmp/.rdmd-1000/rdmd-a...
February 13, 2013
Issues »
...2]
[1, 2]
but instead the program outputs
[1, 2]
[]

-- 
Configure issuemail: http://d.puremagic...
February 09, 2013
Beta »
...Foo();

        // In 2.061 and up, this outputs "const(Foo)()"
        // instead of "hellO". A fixed...
February 04, 2013
Issues »
...problem. When above code is run, it outputs:

length = 3
ptr = 0xc6c540
Segmentation fault

So...
February 02, 2013
Learn »
...x.capacity, " ", x.ptr[end]);
    }

That code outputs following length/capacity/extra_byte:

2 15...
February 02, 2013
Learn »
...sizeof;
}

But main's first writeln actually outputs after f.close().

The program uses ~1GB...
92 93 94 95 96 97 98 99 100 101 102 103
Next ›   Last »