Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in d

Using D programming language in a .NET context

.net interop d

Should I use 'long' instead of 'int' on 64-bits in langs with fixed type size (like Java, C#)

c# java 32bit-64bit d

How does memchr() work under the hood?

Check if array contains element in D

arrays d

Which D Compiler to Use?

integer to string conversion in D

casting d phobos

How to delete an element from an array in D

arrays d

Why allow concatenation of string literals?

python c++ c d string-literals

how to memory map a huge matrix?

c++ d mmap

Can I create a Python extension module in D (instead of C)

python module d

How would you approach using D in a embedded real-time environment?

embedded d

D naming conventions: How is Phobos organized?

d phobos

Haskell or D for GUI desktop application?

for and foreach statements in D

d

enum vs immutable in D

enums immutability d

Why does Phobos use enum for constants?

enums d phobos

Meaning of "scope" in D (for a parameter)

d

Calling C++ from D

c++ d

How to force DUB to use gdc over dmd?

d

Why can't I store string keys in an Associative Array?

string d associative-array