Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in d

Organizing modules in a D project

Simple Set implementation in D?

set containers d phobos

How to rewrite C++ code that uses mutable in D?

class-design d mutable

What are 'is' statements in D?

traits d

Function namespacing issues in D

d

what is the equivalent of :: operator 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