Search

January 18, 2009
Learn »
...arithmetic type of one width to another of a smaller width. I'm making a...
January 14, 2009
General »
...rect;
|        const struct
|        {
|            short x, y;
|            ushort width, height;
|        }
|    }
|    setRect(...) { ... }
|}

The point is to have...
January 11, 2009
General »
...Rect
{
   int x, y, width, height;
   void reset() { x = y = width = height = 0; }
}

class Control...
January 09, 2009
General »
...int width {
	  get() { return width; }
	  set(int value) { width = value; }
	  set(float value) { width = value...
January 09, 2009
General »
...property int width {
	  get() { return m_width; }
	  set(Point value) { return m_width = value; }
	}

Then...
January 09, 2009
General »
...set_width(button._set_height(50));

or

	button._set_height(50);
	button._set_width(button...
January 03, 2009
digitalmars.empire »
...http://www.filedropper.com/download_button.png width=127 height=145 border=0/></a><br...
December 24, 2008
c++.stlsoft »
...of FastFormat 0.3, which will allow width/alignment specification in the format strings
* release...
December 22, 2008
Issues »
...typeof( this ) M;
    enum width = width2;
    enum height = height2;
    enum length = width * height;
    private Element...
December 21, 2008
Announce »
...from a
sequence.

Equal frequency and equal width binning functions.

Laplace and Cauchy CDFs and...
131 132 133 134 135 136 137 138 139 140 141
Next ›   Last »