Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in d

Declare const pointer to int?

pointers integer constants d

Implementing the value object pattern in D

Why can I not concatenate a const(char)* to a string in D?

string concatenation d

Why is unit testing not working in this D program?

unit-testing d visual-d

Choosing between classes and structs

class polymorphism d struct

Why does main() compiled by D have a 32-bit return value on a 64-bit machine?

assembly d

Calling a C Function with C-style Strings

In D using the std.regex library, how do you match a dot?

regex d

multithreading in D with for loop

multithreading d rust

Is there a GNU Make-type program for the D programming language?

makefile d

Byte InputRange from file

file-io d phobos

How/where is the working directory of a program stored?

How to impose D2 on gdc

d gdc

assert(false) in D language

assert d

Count files in directory with Dlang

d

How can D return 0 on success and non-zero on failure if main is void?

d

memory paging with D

memory paging d tango

How to Export a variable from a DLL when compiling the D2 language with dmd?

dll d dllexport

Weak references or pointers

d

Overloading external function for use in a separate module

d