January 18, 2009 Learn » Re: using a typedefed variable with library classes | |||
|---|---|---|---|
| |||
...arithmetic type of one width to another of a smaller width. I'm making a... | |||
January 14, 2009 General » const and mutable declarations in one union | |||
|---|---|---|---|
| |||
...rect;
| const struct
| {
| short x, y;
| ushort width, height;
| }
| }
| setRect(...) { ... }
|}
The point is to have... | |||
January 11, 2009 General » Re: Properties | |||
|---|---|---|---|
| |||
...Rect
{
int x, y, width, height;
void reset() { x = y = width = height = 0; }
}
class Control... | |||
January 09, 2009 General » Re: Properties | |||
|---|---|---|---|
| |||
...int width {
get() { return width; }
set(int value) { width = value; }
set(float value) { width = value... | |||
January 09, 2009 General » Re: Properties | |||
|---|---|---|---|
| |||
...property int width {
get() { return m_width; }
set(Point value) { return m_width = value; }
}
Then... | |||
January 09, 2009 General » Re: Properties | |||
|---|---|---|---|
| |||
...set_width(button._set_height(50)); or button._set_height(50); button._set_width(button... | |||
January 03, 2009 digitalmars.empire » Re: Empire 2.03+, where are you? | |||
|---|---|---|---|
| |||
...http://www.filedropper.com/download_button.png width=127 height=145 border=0/></a><br... | |||
December 24, 2008 c++.stlsoft » Merry Christmas ... and a busy New Year | |||
|---|---|---|---|
| |||
...of FastFormat 0.3, which will allow width/alignment specification in the format strings * release... | |||
December 22, 2008 Issues » [Issue 2537] compiler crashes on this code: | |||
|---|---|---|---|
| |||
...typeof( this ) M;
enum width = width2;
enum height = height2;
enum length = width * height;
private Element... | |||
December 21, 2008 Announce » dstats alpha 4 | |||
|---|---|---|---|
| |||
...from a sequence. Equal frequency and equal width binning functions. Laplace and Cauchy CDFs and... | |||
Copyright © 1999-2021 by the D Language Foundation