Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in d

What's the proper way to cast wstring to wchar*? (or string to char*)

d

D programming language char arrays

arrays d dmd

interfacing with D Properly return an Array of Struct

c# pointers interop d

Generalized plugable caching pattern?

c++ design-patterns caching d

Where is "curl.lib" for DMD?

curl linker d

Using dynamic typing in D, a statically typed language

d dynamic-typing

How to use gtkD in Win7 and dmd (D2)?

windows-7 d dmd gtkd

What is the '\?' Escape Sequence in D?

escaping d

What's the best way to handle incoming messages?

Compiler optimization breaks multi-threaded code

Status of D support on iOS

ios d

How to create a Dynamic Library in D?

dll d dynamic-library

Receive arrays of arrays of ... in D function?

arrays d

Templates and Shared Libraries in D

Asking for help to fix inline assembly issue in D program

x86 d inline-assembly

Creating strings in D without allocating memory?

equivalent of remove_if in D

c++ algorithm d idioms phobos

Are spinlocks a good choice for a memory allocator?

Making a reference-counted object in D using RefCounted!(T)