Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in d

How To Show Hello World with Glade/GtkD and the D Programming Language

linux ubuntu-14.04 d glade gtkd

Difference between dlang templates and templated classes, structs and functions

templates d

What is the easiest way to use Sqlite in D program on Ubuntu?

sqlite d

Optimizing bigint calls

python optimization 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