October 14, 2011 General » Re: [std.database] at compile time | |||
|---|---|---|---|
| |||
...add_1,
count(*) as counted
from
(
select
(len(p.firstname) + 1) as name_length_add... | |||
October 13, 2011 General » Statically forbid string ~ size_t ? | |||
|---|---|---|---|
| |||
...Python2 program: from sys import argv x = len(argv) s = "hello" s += x print s... | |||
October 07, 2011 DMD » [dmd-internals] Getting rid of StringTable | |||
|---|---|---|---|
| |||
...str, len);
Hash: hash_t hash = 0;
for (size_t i = 0; i < len; i... | |||
September 30, 2011 Genel » Birim testler ve keşiflerim | |||
|---|---|---|---|
| |||
...len = s.length, nlen = n * len;
for (size_t i = 0; i < nlen; i += len... | |||
September 30, 2011 Genel » Birim testler ve keşiflerim | |||
|---|---|---|---|
| |||
...len = s.length, nlen = n * len;
for (size_t i = 0; i < nlen; i += len... | |||
September 20, 2011 Learn » Re: Dynamic Array Question | |||
|---|---|---|---|
| |||
...on the stack: wchar[] t=(cast(wchar*)alloca(wchar.sizeof*(len+1)))[0..len+1]; | |||
September 20, 2011 Learn » Dynamic Array Question | |||
|---|---|---|---|
| |||
...getWindowText(HWND hWnd)
{
int len = GetWindowTextLengthW(hWnd);
wchar[] t = new wchar[len + 1]; // How to... | |||
September 20, 2011 Learn » toUTFz and WinAPI GetTextExtentPoint32W | |||
|---|---|---|---|
| |||
...bool test(HDC dc, string str, int len, SIZE* s)
{
wchar[] wstr = toUTFz!(wchar*)str... | |||
September 20, 2011 General » Re: Go and generic programming on reddit, also touches on D | |||
|---|---|---|---|
| |||
...auto ptr=a.ptr, len=a.length+1; len; ++ptr, --len) {}
}
void f2(){
for(auto... | |||
September 19, 2011 General » Re: Go and generic programming on reddit, also touches on D | |||
|---|---|---|---|
| |||
...auto ptr=a.ptr, len=a.length+1; len; ++ptr, --len){}
}
void f2(){
for(auto... | |||
Copyright © 1999-2021 by the D Language Foundation