Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in d

Proper way of passing array parameters to D functions

arrays d

Cannot append constant (struct) type to array

arrays constants d

Passing variadic arguments in one function to another function in D

d variadic-functions

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