February 28, 2011 General » Re: Pretty please: Named arguments | |||
|---|---|---|---|
| |||
...void foo(Size size) { }
struct Size { int width, height; }
void main() {
auto size = Size(10... | |||
February 28, 2011 General » Re: Pretty please: Named arguments | |||
|---|---|---|---|
| |||
...but if you're really passing around width and height much, then I'd argue... | |||
February 28, 2011 General » Re: Pretty please: Named arguments | |||
|---|---|---|---|
| |||
...is width and which is height? I've seen some libs that use width and... | |||
February 28, 2011 Learn » Re: string vs. w/char* | |||
|---|---|---|---|
| |||
...char*))_windowName, // string variable
_style,
_x,
_y,
_width,
_height,
_hWndParent,
_hMenu,
_wc.GetInstance(),
_data);
assert... | |||
February 28, 2011 General » Re: Pretty please: Named arguments | |||
|---|---|---|---|
| |||
...function like:
void drawRectangle(int height, int width) {...}
You call it with:
drawRectangle(640, 480... | |||
February 20, 2011 General » Re: float equality | |||
|---|---|---|---|
| |||
...and do not take into account the width of the saw blade. The parts won... | |||
February 17, 2011 Phobos » [phobos] std.array.ilength | |||
|---|---|---|---|
| |||
...if you don't need the extra width (most values in any program represent quantities... | |||
February 10, 2011 Phobos » [phobos] Split std.datetime in two? | |||
|---|---|---|---|
| |||
...go and edit std.datetime for line width until that's definitely decided. At the... | |||
February 05, 2011 General » Re: buffered input | |||
|---|---|---|---|
| |||
...when parsing some encoding with variable point width and known distance to the "event horizon... | |||
February 04, 2011 General » Re: std.xml should just go | |||
|---|---|---|---|
| |||
...The problem with parametrizing on the character width is that whether a parser parses a... | |||
Copyright © 1999-2021 by the D Language Foundation