Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in d

Annoying, transitive-const-ness issue in D

constants d

Aliases to mutable thread-local data not allowed

D: Const correctness - what am I doing wrong?

properties constants d

Most concise way to extract file name extension

string d

Passing function pointer in Dlang

function d

Is there an idiomatic D way to produce an array containing the integers from 1 to n?

d

What compiler(s) can I use to link C++ with D?

d

opDispatch and compile time parameters

d

determine CPU architecture in D

header d

Stack-based object instantiation in D

stack d allocation raii phobos

D2: setting array dimensions at runtime

d

Is there a better way to iterate over multidimensional array?

multidimensional-array d

Slicing 2D arrays in D

Why is readf not behaving as expected?

d dmd

What bignum libraries work with D?

d biginteger

How does D solve this issue with return types?

function syntax d

How should I initialize this multi-dimensional array?

Where's the conflict here?

templates overloading d

Linking D library to C++ code

Is there a way to ensure that member functions are virtual in D?

d