Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in d

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

Are there any game/graphics engines for the D programming language?

d game-engine

Setting up a working D2.x toolchain (with gtkd) on Ubuntu 10.04

d gtkd

What is the preferred console output method in modern D?

console d

Tuple vs TypeTuple in D

d

How do i read a BufferedFile using read(ubyte[] buffer) when the buffer length is set at runtime?

d

Tango future versus D1 discontinuation

d tango d1

Code from Book doesn't work

d

duck typing in D

How to ensure the template type is scalar in D?

templates d scalar

Representing optional values in D

d phobos