Search code examples
Is it possible to write one program with three programming languages?...


javac++programming-languagesd

Read More
Mixing C and D code in the same program?...


cd

Read More
Do all profilers significantly slow execution?...


performanceprofilingd

Read More
Assigning a value to a non-static function pointer resulting in crash - WHY?...


windowscrashfunction-pointersd

Read More
Unmanaged memory management in D...


memory-managementgarbage-collectionunmanagedd

Read More
Interchanging delegate/function and interface in D2...


interfacedelegatesd

Read More
How can I print a variable name and its value without typing the name twice?...


macrosmetaprogrammingd

Read More
Why does Phobos use enum for constants?...


enumsdphobos

Read More
How do you initialise an array of const values in D2?...


arraysinitializationconst-correctnessd

Read More
Is it possible to generically implement the amb operator in D?...


ambiguityd

Read More
How should I handle C-strings in D?...


stringd

Read More
Overhead of exception handling in D...


performanceexceptiond

Read More
In D, what's the difference between a private import and a normal import?...


d

Read More
Is it possible to modify the cindent rules for one case in vim?...


vimdindentation

Read More
Distributed message passing in D?...


network-programmingd

Read More
Protected module members...


d

Read More
ranges from associative arrays in D 2...


dassociative-array

Read More
Associative array .remove[] calling core.stdc.stdio.remove in dmd 2.0...


dassociative-arraydmd

Read More
Testing function signatures with ParameterTypeTuple...


unit-testingtemplatesmetaprogrammingd

Read More
Error: null dereference...


d

Read More
determine CPU architecture in D...


headerd

Read More
Associative Array where a class TypeInfo is key in D?...


classdassociative-array

Read More
Passing auto typed vars to function in D?...


dynamic-datad

Read More
Fast vector struct that allows [i] and .xyz-operations in D?...


structoperator-overloadingd

Read More
What is D's version of C++'s system function?...


d

Read More
How to make a object (class) foreachable in D?...


foreachdassociative-array

Read More
Are spinlocks a good choice for a memory allocator?...


memory-managementconcurrencygarbage-collectionmutexd

Read More
Get class instance by class name string...


oopdfactory-pattern

Read More
What is the underlying reason for not being able to put arrays of pointers in unsafe structs in C#?...


c#pointersdunsafestruct

Read More
D operators that are not in C++...


c++d

Read More
BackNext