November 20, 2011 General » Concepts vs template constraints - the practical approach | |||
|---|---|---|---|
| |||
...assert(is(A.type)); static assert(A.len >= 0); static assert(is(typeof(A.init... | |||
November 16, 2011 c++ » Re: Working with JPEGs | |||
|---|---|---|---|
| |||
...int len;
hResource = LoadResource(hInst, FindResource(hInst, "image",
RT_RCDATA));
lpText = LockResource(hResource);
len = SizeofResource... | |||
November 04, 2011 Duyuru » Geany IDE Kod Tamamlama | |||
|---|---|---|---|
| |||
...int dirty_len = strlen(includes[idx_inc]); char *clean_path = g_malloc(dirty_len - 1... | |||
November 03, 2011 General » More bugs found in OS code | |||
|---|---|---|---|
| |||
...root_t root,
char *s, size_t len)
{
...
while (*(n = ++s + strspn(s, EZXML_WS... | |||
October 29, 2011 Announce » Re: Xinok Sort Update | |||
|---|---|---|---|
| |||
...length = len;
catch(Exception err){ // Reduce memory usage and try again
len /= 2;
if(len... | |||
October 21, 2011 Learn » Re: Chars sorting and copies | |||
|---|---|---|---|
| |||
...auto len = 0; foreach(str; s) len += str.length; auto result = new char[len]; auto... | |||
October 19, 2011 General » Re: [std.database] at compile time | |||
|---|---|---|---|
| |||
...if (se)
fprintf(stdmsg, "%.*s", (int)se->len, (char *)se->string);
else
fprintf(stdmsg, "%s... | |||
October 18, 2011 General » Re: How do you use templates in D? | |||
|---|---|---|---|
| |||
...gen) {
int len = uniform(0, 100);
T[] arr = [];
for(int i = 0; i < len; i... | |||
October 18, 2011 General » How do you use templates in D? | |||
|---|---|---|---|
| |||
...gen) {
int len = uniform(0, 100);
T[] arr = [];
for(int i = 0; i < len; i... | |||
October 17, 2011 General » Re: The CAPI Manifesto | |||
|---|---|---|---|
| |||
...cmsg stuff (CMSG_FIRSTHDR(), CMSG_NXTHDR(), CMSG_LEN() etc) needed to use functions like recvmsg... | |||
Copyright © 1999-2021 by the D Language Foundation