August 22, 2013 Genel » Konsol Türkçe Karakter Hatası | |||
|---|---|---|---|
| |||
...cumle = "ŞşÜü"; int len = strlen(cumle); cout << "len = " << len << endl; ``` çıktı olarak len = 8 veriyor... | |||
August 21, 2013 GDC » [Bug 75] New: 4x performance regression of to!(char[]) from gcd 4.6 to 4.8 | |||
|---|---|---|---|
| |||
...int len = 0;
foreach (uint i; 1..N)
len += to!(char[])(i).length;
return len... | |||
August 19, 2013 Issues » [Issue 10763] (&x)[0 .. 1] doesn't work in CTFE | |||
|---|---|---|---|
| |||
...Expression* e = RealExp(42.0L); size_t len = native_encode_expr(e, buffer); (gdb) p... | |||
August 17, 2013 Genel » Memory Manage Sınıfı | |||
|---|---|---|---|
| |||
...T){
auto mem = &memory.memory[ptr];
auto len = *cast(typeof(T.length)*) mem;
mem += typeof... | |||
August 16, 2013 Genel » Memory Manage Sınıfı | |||
|---|---|---|---|
| |||
...len = *cast(int*) mem; mem += int.sizeof; return cast(string) (cast(char*) mem)[0..len... | |||
August 14, 2013 Issues » [Issue 10820] New: curly brakets prevent inlining with DMD | |||
|---|---|---|---|
| |||
...st4;
immutable len = 1000;
foreach(_ ; 0 .. N)
{
for (size_t i ; i < len ; )
{
i += foo1... | |||
August 14, 2013 Learn » Re: length of string result not as expected | |||
|---|---|---|---|
| |||
...size_t len;
while (i < arr.length)
{
i += arr.stride(i);
len++;
}
return len;
}
void... | |||
August 09, 2013 Druntime » Re: [D-runtime] Precise garbage collection | |||
|---|---|---|---|
| |||
...new gc_emplace(void*p,size_t len,TypeInfo ti) function in the precise gc... | |||
August 08, 2013 General » Re: parseJSON bug | |||
|---|---|---|---|
| |||
...raise ValueError(errmsg("Extra data", s, end, len(s)))
ValueError: Extra data: line 1 column... | |||
August 03, 2013 Learn » Started to work on a Lua wrapper. Please provide feedback & guidance | |||
|---|---|---|---|
| |||
...lua_State *L, int index, size_t *len);
const char *lua_pushstring (lua_State *L... | |||
Copyright © 1999-2021 by the D Language Foundation