Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in d

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)

Select a random element of an enum in D

d

Is there a kind of static print in D?

d programming language : standard input problem or misunderstanding?

exception d stdin dmd

Overriding .init in custom type in D

data-structures d

How to get single keystroke in D2 (Phobos)?

input keyboard d phobos

Using `void main` in D

d

d2: assigning ranges/iterators to array slices

iterator d range

Is it bad practice to alter dynamic arrays that have references to them?

arrays d slice

Read Text File in D

d phobos

writeln() or writefln()?

d