March 21, 2012 Learn » Regarding writefln formatting | |||
|---|---|---|---|
| |||
...all the columns must have the same width, so the first and third column waste... | |||
March 20, 2012 Learn » Re: XML Parsing | |||
|---|---|---|---|
| |||
...document.requireSelector("map");
writeln(to!int(map.width), "x", to!int(map.height));
foreach(tile... | |||
March 20, 2012 Learn » XML Parsing | |||
|---|---|---|---|
| |||
...mapWidth = to!int(xml.tag.attr["width"]);
xml.parse();
};
xml.parse();
writeln("Map Width: ", mapWidth);
} | |||
March 17, 2012 General » Re: Understanding Templates: why can't anybody do it? | |||
|---|---|---|---|
| |||
...2D access":
class Board {
Tile[] tiles;
int width, height;
Tile opIndex(int x, int y... | |||
March 15, 2012 General » std.simd | |||
|---|---|---|---|
| |||
...level vectors are defined by: __vector(type[width]) But core.simd also defines a bunch... | |||
March 14, 2012 General » Re: Arbitrary abbreviations in phobos considered ridiculous | |||
|---|---|---|---|
| |||
...font settings or don't display well based on the width of my browser screen. | |||
March 10, 2012 General » Re: Breaking backwards compatiblity | |||
|---|---|---|---|
| |||
...lines (because it was overflowing my terminal width), the thread started to fizzle out. I... | |||
February 24, 2012 General » Re: Questions about windows support | |||
|---|---|---|---|
| |||
...constrict yourself needlessly? Unicode already has double-width characters, like pretty much the entire CJK... | |||
February 20, 2012 Announce » Re: D forums now live! | |||
|---|---|---|---|
| |||
...for me as I try. At 1280px width and with text zoomed more than two... | |||
February 20, 2012 General » Re: size_t + ptrdiff_t | |||
|---|---|---|---|
| |||
...type width, which resulted in the compiler picking the most efficient/native int width on... | |||
Copyright © 1999-2021 by the D Language Foundation