Search

January 15, 2010
Concurrency »
...think assuming the presence of a double width CAS to be erroneous in the language...
January 01, 2010
General »
...delays), while in a string with variable-width Unicode encoding that can be hard to...
December 14, 2009
General »
...CGFloat width, UILineBreakMode lineBreakMode);

Currently, this would be:

	CGSize sizeWithFont(UIFont font, CGFloat width, UILineBreakMode...
November 24, 2009
General »
...and Dwt-win already have a dispose
width Event argument.

I try it with outer...
November 16, 2009
Learn »
auto array = new ubyte[][](width*height, numSprites);

params might be backwards..
November 16, 2009
Learn »
...auto array = new ubyte[width*height][numSprites];
doesn't work cause width*height is no...
November 12, 2009
General »
...the following comparison text (edited in fixed-width font, 1st line is 50 chars; 2nd...
November 12, 2009
General »
...is so the conversion to the appropriate width can be done per character (and is...
November 12, 2009
General »
...you have data stored in a different width that you wanted to output.  Calling a...
November 06, 2009
General »
...Bad idea?


struct Area
{
	int Width()			//Big letters
	{
		return width;
	}
	int Height()			//Big letters
	{
		return...
126 127 128 129 130 131 132 133 134 135 136
Next ›   Last »