April 25, 2012 Learn » Help with C struct by value on OSX 64bits | |||
|---|---|---|---|
| |||
...C: len: %zu\n", value.len); return value; } ***The output*** C: len: 140734905718328 D: len... | |||
April 20, 2012 Learn » Derelict2 openGL3 issues | |||
|---|---|---|---|
| |||
...INFO_LOG_LENGTH, &len); char[] error=new char[len]; glGetShaderInfoLog(vshad, len, null, cast(char... | |||
April 19, 2012 Learn » Re: D, Derelict2, and OpenGL | |||
|---|---|---|---|
| |||
...INFO_LOG_LENGTH, &len); char[] error=new char[len]; glGetShaderInfoLog(vshad, len, null, cast(char... | |||
April 16, 2012 Learn » Re: "No stack address" | |||
|---|---|---|---|
| |||
...length = len;
catch(OutOfMemoryError err){ // Reduce memory usage and try again
len /= 2;
if(len... | |||
April 11, 2012 Announce » Re: Video: Generic Programming Galore using D @ Strange Loop 2011 | |||
|---|---|---|---|
| |||
...free function for length (that calls a __len__ standard method on objects and built-ins... | |||
April 11, 2012 Issues » [Issue 7891] New: int[] broken in vararg if it appears after 5 arguments of type bool | |||
|---|---|---|---|
| |||
...Array: len: 140249413139680 ptr: 3. Size: 1 Bool: 224 OUTSIDE: Size: 16 Array: len: 3... | |||
April 07, 2012 General » openssl example for D | |||
|---|---|---|---|
| |||
...len, " bytes: ", buf[0 .. len]); SSL_write(ssl, cast(const void*) buf[0 .. len], len... | |||
April 06, 2012 Issues » [Issue 7840] New: $ property for arrays | |||
|---|---|---|---|
| |||
...length;
}
void main() {
int[5] a;
auto len = a.$;
}
This shortens the code, and this... | |||
April 04, 2012 Learn » Re: Read a unicode character from the terminal | |||
|---|---|---|---|
| |||
...din.getc();
auto len = codeLength!(char)(buffer[0]);
foreach (i ; 1 .. len)
buffer[i] = din... | |||
March 29, 2012 General » Re: Issue 3789, stucts equality | |||
|---|---|---|---|
| |||
...conv;
string tupleCompare(int len)()
{
string result;
foreach (i; 0 .. len)
{
result ~= "
if (this.tupleof... | |||
Copyright © 1999-2021 by the D Language Foundation