Search

November 20, 2011
General »
...assert(is(A.type));
   static assert(A.len >= 0);
   static assert(is(typeof(A.init...
November 16, 2011
c++ »
...int len;

    hResource = LoadResource(hInst, FindResource(hInst, "image",
RT_RCDATA));
    lpText    = LockResource(hResource);
    len = SizeofResource...
November 04, 2011
Duyuru »
...int dirty_len = strlen(includes[idx_inc]);
char *clean_path = g_malloc(dirty_len - 1...
November 03, 2011
General »
...root_t root,
  char *s, size_t len)
{
  ...
  while (*(n = ++s + strspn(s, EZXML_WS...
October 29, 2011
Announce »
...length = len;
	catch(Exception err){ // Reduce memory usage and try again
		len /= 2;
		if(len...
October 21, 2011
Learn »
...auto len = 0;
   foreach(str; s) len += str.length;
   auto result = new char[len];
   auto...
October 19, 2011
General »
...if (se)
                    fprintf(stdmsg, "%.*s", (int)se->len, (char *)se->string);
                else
                    fprintf(stdmsg, "%s...
October 18, 2011
General »
...gen) {
 int len = uniform(0, 100);
T[] arr = [];

for(int i = 0; i < len; i...
October 18, 2011
General »
...gen) {
    int len = uniform(0, 100);
    T[] arr = [];

    for(int i = 0; i < len; i...
October 17, 2011
General »
...cmsg stuff (CMSG_FIRSTHDR(), CMSG_NXTHDR(), CMSG_LEN() etc) needed to use functions like recvmsg...
74 75 76 77 78 79 80 81 82 83 84 85
Next ›   Last »