July 15, 2011 General » Re: Next in Review Queue: The New std.path | |||
|---|---|---|---|
| |||
...are all string types of the same width private template Strings...) if (Strings.length > 0... | |||
July 09, 2011 Announce » Re: Programming Windows D Examples are now Online! | |||
|---|---|---|---|
| |||
...PAINT:
_buffer = CreateCompatibleDC(hdc);
hBitmap = CreateCompatibleBitmap(hdc, width, height);
hOldBitmap = SelectObject(_buffer, hBitmap);
surf = cairo... | |||
July 08, 2011 Learn » This seems like what could be a common cause of bugs | |||
|---|---|---|---|
| |||
...or anything.
void main()
{
enum width = 100;
double step = 1 / width;
writeln(step); // 0
}
I... | |||
July 07, 2011 Issues » [Issue 6267] New: Can't increment alias this'd struct from ref return | |||
|---|---|---|---|
| |||
...struct DNAHash(T) {
T[] data;
this(ubyte width) {}
ref T opIndex(S)(S seq) {
return... | |||
July 04, 2011 General » Re: D brand identity repository | |||
|---|---|---|---|
| |||
...m designing for variable-width. That image is for 1600px width, but that could shrink... | |||
June 29, 2011 General » Re: 64 bit DMD binary on the Mac | |||
|---|---|---|---|
| |||
...not on the word width processor, but on the word width of the boot PROM... | |||
June 19, 2011 General » Re: Rename std.string.toStringz? | |||
|---|---|---|---|
| |||
...any width and qualification as input and with pointers to characters of any width as... | |||
June 14, 2011 General » Re: Flag proposal | |||
|---|---|---|---|
| |||
...MoveWindow(hWnd, loc.x, loc.y, myWin.width, myWin.height,
bRepaint:true);
? It's clear... | |||
June 14, 2011 General » Re: Flag proposal | |||
|---|---|---|---|
| |||
...auto y = readln().chomp().to!int();
auto width = bounds.right - bounds.left;
auto height = bounds... | |||
June 14, 2011 General » Re: Flag proposal | |||
|---|---|---|---|
| |||
And yet, with loc.x, myWin.width etc, you don't need to check the... | |||
Copyright © 1999-2021 by the D Language Foundation