Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in d

What do the 'in' and 'out' keywords mean in D?

d

How to pass type information through templates to instantiate objects within in D

multithreading templates d

How to mock standard library functions in D

Calling a D function directly from C++

c++ interop d

Right way to do "const pointer to non-const" in D?

d

Tell whether the template argument is a struct

d traits

Difference between printf() and writeln() in D

d

sizeof operator & alignment in C++ vs D

c++ d sizeof memory-alignment

Understanding mixins vs mixin templates

templates d

Are there any open source projects in D? [closed]

open-source d

D callbacks in C functions

binding lua d

D Operator Precedence levels (version 1.0)

d

Is multiplication always commutative in inexact floating point arithmetic?

Why aren't other modules being compiled?

Does D allow separation of interface from implementation in templates?

How to painlessly initialize function pointers?

d dmd

Remove white space characters from a char[] array in D

d dmd phobos

Does D have a sufficiently expressive type system to make it feasible to work dynamically?

d type-systems

d2: not getting any backtrace info

linux d backtrace

D language: Return freshly created associative array

d associative-array factory