August 07, 2010 General » Re: Andrei's Google Talk | |||
|---|---|---|---|
| |||
...for layouts. Doubly-so for non-fixed-width layouts. About the only thing it doesn... | |||
August 03, 2010 General » Re: Andrei's Google Talk | |||
|---|---|---|---|
| |||
...extra test per character to assess its width. But on UTF strings it saves time... | |||
July 22, 2010 Learn » Re: string[int[][]] ?? | |||
|---|---|---|---|
| |||
...to 8x8:
class Board(int width, int height)
{
string[width][height] positions;
}
Then you do... | |||
July 16, 2010 Learn » Re: Multi dimensional array question. | |||
|---|---|---|---|
| |||
...about this: // int[width,height] as sugar for int[height][width] int[width,height] arr... | |||
July 14, 2010 Learn » Re: Multi dimensional array question. | |||
|---|---|---|---|
| |||
...a problem. int[][] a = new int[][](MAX_WIDTH, MAX_HEIGHT); is totally clear and it... | |||
July 14, 2010 Learn » Re: Multi dimensional array question. | |||
|---|---|---|---|
| |||
...meaning, it simply becomes backwards: int[MAX_WIDTH][MAX_HEIGHT] map2d; map2d[x][y] = 9... | |||
July 10, 2010 Announce » Re: dflplot 0.01 | |||
|---|---|---|---|
| |||
...BITMAPINFO.sizeof; bi.bmiHeader.biWidth = image.size.width; bi.bmiHeader.biHeight = 0 - image.size.height... | |||
July 04, 2010 DMD » [dmd-internals] dmd commit, revision 574 | |||
|---|---|---|---|
| |||
...574 user: braddr msg: Fix: onscreen output width reduction.. I like wide screens, but not... | |||
June 25, 2010 Issues » [Issue 2571] const/invariant/immutable static arrays: const(T)[N] and const(T[N]) are the same, but DMD treats them as different | |||
|---|---|---|---|
| |||
...by Firefox 3.6.3 at inner width 1000. If you make it much narrower... | |||
June 22, 2010 General » Re: Latest string_token Code | |||
|---|---|---|---|
| |||
...of any width. Your code assumes that all characters have the same width and therefore... | |||
Copyright © 1999-2021 by the D Language Foundation