January 18, 2011 General » Re: What Makes A Programming Language Good | |||
|---|---|---|---|
| |||
...DWORD style,int x, int y, int width, int height, HWND hWndParent,HMENU hMenu,HANDLE... | |||
January 17, 2011 General » Re: VLERange: a range in between BidirectionalRange and RandomAccessRange | |||
|---|---|---|---|
| |||
...take (unless the application enforces a fixed width per grapheme). It's more useful for... | |||
January 17, 2011 General » Re: VLERange: a range in between BidirectionalRange and RandomAccessRange | |||
|---|---|---|---|
| |||
...one thing, if you care about the width of a word in printed text (one... | |||
January 12, 2011 General » Re: VLERange: a range in between BidirectionalRange and RandomAccessRange | |||
|---|---|---|---|
| |||
...or $(D uint) depending on the character width. * * Example: ---- string s = "hello"; static assert(is... | |||
January 04, 2011 Phobos » [phobos] 32 and 64 bit libraries on Linux | |||
|---|---|---|---|
| |||
...natural bit width and so /usr/lib relates to the natural bit width. 64-bit... | |||
December 18, 2010 General » Re: emscripten | |||
|---|---|---|---|
| |||
...cgi.get["text"]))); return; } cgi.write(` <iframe width="100%" height="30" style="border: none;" border... | |||
December 10, 2010 General » Re: http://d-programming-language.org/ 404 & small proposal | |||
|---|---|---|---|
| |||
...block;
}
#quickindex a {
display: inline-block;
min-width: 160px;
border: solid 1px #cccccc;
margin-top... | |||
December 01, 2010 General » Re: Logical const | |||
|---|---|---|---|
| |||
...is drawn. Really? What changes? x, y, width and height do not change. That is... | |||
November 29, 2010 General » Re: Logical const | |||
|---|---|---|---|
| |||
...y, int width, int height)
{
writeln("Draw");
}
}
class C
{
int x, y, width, height;
Mutable... | |||
November 29, 2010 General » Re: Logical const | |||
|---|---|---|---|
| |||
...int x, y, width, height;
void draw() const { location.drawRectangle(x, y, width, height); }
}
where... | |||
Copyright © 1999-2021 by the D Language Foundation