Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in d

Are there any C++ language obstacles that prevent adopting D ranges?

c++ c++11 d range c++14

Difference between 'const ref' and 'in'?

d

Implementing a C API in D

c d

How to use a C library from D?

c d

Experiences with D-programming-language [closed]

d

Should I use Phobos or Tango?

d tango phobos

Is worth the effort to learn D? [closed]

programming-languages d

What is a "yield return" equivalent in the D programming language?

d dmd

Where to find algorithms for standard math functions? [closed]

Exclamation operator?

operators d

C++ vs. D , Ada and Eiffel (horrible error messages with templates)

nginx, fastcgi and open sockets

sockets nginx d

vim: associate extension with language

vim syntax-highlighting d

Does D have something akin to C++0x's move semantics?

Is D2 language ready for production? [closed]

d

How to create/write a simple XML parser from scratch?

xml d xml-parsing

What next generation low level language is the best bet when migrating a code base? [closed]

c++ go d low-level

Usage preference between a struct and a class in D language

d

What are all the syntax problems introduced by the usage of angle brackets in C++ templates?

c++ templates syntax d

Do getters and setters impact performance in C++/D/Java?

java c++ d