I bought \"The D Programming Language\" a little while ago. Great book, very educational. However I\'m having trouble trying to compile a language feature listed in the book: Extension Functions.
I\'ve recently installed Fedora 16 (which is great), mostly because I wanted to try LDC2 but also because Gnome Shell runs much smoother on Fed开发者_运维知识库ora than Ubuntu 11.10 (at least on my ha
I\'ve written a simple, though highly multi-threaded, prime numbers generator. The algorithm goes like this:
I\'m trying to make a class where the user can modify member variables to change the default arguments of its member functions.
I was under the impression that \"A D interface file contains only what an import of the module needs, rather than the whole implementation of that module.\"To me, that translates to signatures - just
Hello I\'m trying to open a window with win32 in D, and I\'ve got a little problem. The program crashes when I call CreateWindowA.
I\'m experimenting using fastcgi on nginx, but I\'ve run into some problems. Nginx doesn\'t reuse connections, it gives 0 in BeginRequest flags, so the application should close the connection after th
I\'ve recently seen two really nice and educating languages talks: This first one by Herb Sutter, presents all the nice and cool features of C++0x, why C++\'s future seems brighter than ever, and how
I have a variadic D-style function foo(format, ...), which is a wrapper around writefln. I\'d like to do something like this:
Is there something (planned) in the D L开发者_Python百科ibrary to support high precision timers like QueryPerformanceCounter in c++ ? How can I have a portable High precision timer in D ?