Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in d

What are the storage classes in D?

d

Are there other languages besides D with static if?

CMake or Waf for D project

What are the limitations of primitive character types in D?

Improving line-wise I/O operations in D

python io d

Logical const in D

When to use void[] vs. ubyte[] in D

arrays d

What's the difference between `alias` and `typedef`?

d

D operators that are not in C++

c++ d

Questions about postblit and move semantics

Can someone explain D language template shorthand form?

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