Search

February 28, 2011
General »
...void foo(Size size) { }
struct Size { int width, height; }

void main() {
    auto size = Size(10...
February 28, 2011
General »
...but if you're really passing around width and height much, then I'd argue...
February 28, 2011
General »
...is width and which is height?  I've seen some libs that use width and...
February 28, 2011
Learn »
...char*))_windowName,   // string variable
    _style,
    _x,
    _y,
    _width,
    _height,
    _hWndParent,
    _hMenu,
    _wc.GetInstance(),
    _data);

    assert...
February 28, 2011
General »
...function like:
void drawRectangle(int height, int width) {...}

You call it with:
drawRectangle(640, 480...
February 20, 2011
General »
...and do not take into account the width of the saw blade. The parts won...
February 17, 2011
Phobos »
...if you don't need the extra width (most values in any program represent quantities...
February 10, 2011
Phobos »
...go and edit std.datetime for line width until that's definitely decided. At the...
February 05, 2011
General »
...when parsing some encoding with variable point width and known distance to the "event horizon...
February 04, 2011
General »
...The problem with parametrizing on the character width is that whether a parser parses a...
114 115 116 117 118 119 120 121 122 123 124
Next ›   Last »