news.digitalmars.com - digitalmars.D.learn
Dec 31 2017 Determine at compile time whether or not an alias is defined in a (2)Dec 30 2017 Avoiding GC in D and code consistancy (6)
Dec 30 2017 Avoiding default generic types, and allocator awareness (2)
Dec 30 2017 Calling a d-style-variadic-function from another (2)
Dec 29 2017 Fiber.yield with call scope guard (1)
Dec 29 2017 Digital mars QT interface? (1)
Dec 28 2017 druntime memory unittest fails (3)
Dec 27 2017 DLang Tour : Functions as arguments (3)
Dec 27 2017 Is this an okay representation of a dynamically sized Matrix, to be (2)
Dec 27 2017 How do I set a class member value by its name in a string? (8)
Dec 27 2017 float.max + 1.0 does not overflow (3)
Dec 26 2017 bitmanip : read does not accept my array slice (3)
Dec 26 2017 Difference in reduce in std and mir (3)
Dec 26 2017 copy only reference rather duplicate a string in appender!string (3)
Dec 25 2017 arsd simpledisplay opengl 3d (3)
Dec 25 2017 Can I use memoize with a non-static struct method? (2)
Dec 25 2017 partial application for templates (4)
Dec 25 2017 Curiously Recurring Template Pattern Example (1)
Dec 25 2017 Define enum value at compile time via compiler argument? (5)
Dec 25 2017 Tail-constness of class parameters (3)
Dec 25 2017 Does to!(string)(char[]) do any memory allocation on conversion? (7)
Dec 25 2017 Converting array in to aliased tuple type. (8)
Dec 25 2017 DMD Windows 64bit target - how to setup the environment? (5)
Dec 25 2017 What is 'scope' in function parameter? (6)
Dec 24 2017 opCmp with double values (4)
Dec 24 2017 betterC current consequences (2)
Dec 23 2017 Compile to non-OS binary (4)
Dec 23 2017 Why does calling a struct constructor generate linker errors when (5)
Dec 23 2017 DerelictGL3 glGenBuffers segmentation fault. (8)
Dec 23 2017 indexing stuff during compile time (4)
Dec 23 2017 What does scope do as storage class? (3)
Dec 23 2017 DUB describe error in Eclipse (1)
Dec 23 2017 Finding equivalent of C++ feature in D documentation. (4)
Dec 23 2017 [DMD or LDC] Is it possible to get the GC to print to stdout when it (2)
Dec 22 2017 Compiler gets confused with ambiguity when `int` matches both `real` (2)
Dec 22 2017 How to I get the dub package version that I want... (1)
Dec 22 2017 Parsing string to octal(for umask) at runtime? (2)
Dec 22 2017 Converting member variables to strings with using reflection from base (3)
Dec 22 2017 alias to struct method (3)
Dec 22 2017 why ushort alias casted to int? (5)
Dec 22 2017 Does LDC support profiling at all? (7)
Dec 21 2017 One liner for creating an array filled by a factory method (5)
Dec 21 2017 can't run libuid examples (3)
Dec 21 2017 It's possible to declare a variable inside a static foreach()? (3)
Dec 21 2017 Version Cygwin (3)
Dec 21 2017 GC in D and synadard library. (7)
Dec 20 2017 WARN on implicit super? (5)
Dec 20 2017 Is there a way to get a function name within a function? (3)
Dec 20 2017 std way to remove multiple indices from an array at once (7)
Dec 20 2017 Can I run this at compile time? (3)
Dec 20 2017 Behavior of joining mapresults (6)
Dec 20 2017 DateTime formatting (9)
Dec 19 2017 Re: A DUB Case Study: Compiling DMD as a Library (4)
Dec 19 2017 tuples from text file (2)
Dec 19 2017 Using DLLs to extend an existing class (2)
Dec 19 2017 ptr wrapper with dip1000 (2)
Dec 19 2017 No of threads (11)
Dec 18 2017 Alias example should supposedly be illegal, but runs fine (10)
Dec 18 2017 How do I pass a type as parameter in this method? (6)
Dec 18 2017 DMD Test Suite Windows (5)
Dec 18 2017 Why dynamic lib can't be converted to static and vise versa (1)
Dec 17 2017 Write native GUI applications for Windows (10)
Dec 17 2017 How to debug GC leak (2)
Dec 17 2017 How to pack a struct to a ubyte[] in a more "The D way" style ? (7)
Dec 17 2017 Fold in Parallelism (11)
Dec 17 2017 Linker error since upgrade to DMD 2.077.1: fatal error C1905: Front (9)
Dec 17 2017 Function signature testing with is expression. (4)
Dec 17 2017 Clarity about extern(Windows)/extern(System) (6)
Dec 17 2017 Passing anonymous enums as function parameters (7)
Dec 17 2017 Where is sleep()? (8)
Dec 16 2017 Dub generates a library file that is larger in size than the one built (6)
Dec 16 2017 Dub generate import files (2)
Dec 16 2017 Scope failure is not preventing application crush in case of uncaught (13)
Dec 16 2017 Does D have class' attributes like C#'s? (7)
Dec 16 2017 Dynamic Array reserve (7)
Dec 16 2017 Defining an Array (1)
Dec 16 2017 Alias!T (2)
Dec 16 2017 Pass D const pointer to opaque C library: Guarantees? (4)
Dec 15 2017 get only user-defined members (4)
Dec 15 2017 how do I read a class member's value using traits? (3)
Dec 15 2017 Is there a pragma or command line option to ask DMD to show a warning (4)
Dec 15 2017 database or disk is full ; Error while posting message in this D forum (2)
Dec 15 2017 Array Template (5)
Dec 15 2017 Can't seemed to get parent name from a class at compile time. (2)
Dec 15 2017 Templates Instantiation error (2)
Dec 14 2017 TypeInfo_Class.interfaces has TypeInfo_Class and not (2)
Dec 14 2017 What is a robust implementation of a file mutex? Mine is sucking... (1)
Dec 14 2017 overload (3)
Dec 14 2017 High-resolution thread sleep (8)
Dec 14 2017 Is there anyway to access LLVM's 128 bit int type for C from LDC? (6)
Dec 14 2017 Halp! type system (__expand_field_0 error), compile time/runtime (6)
Dec 14 2017 =?UTF-8?B?Tm93LOKAnGNvcmUuc3lzLndpbmQ=?= (1)
Dec 13 2017 Ddoc and struct members (3)
Dec 13 2017 Global variable type does not match previous declaration (8)
Dec 13 2017 How to statically link Derelict SDL2 satellite libs (5)
Dec 13 2017 `Socket.receive` providing arbitrary packet sizes and hanging without (6)
Dec 13 2017 How to catch line number of exception without catching it ? (4)
Dec 13 2017 Container Array or tuples Sorting (3)
Dec 12 2017 Understanding how dub works (5)
Dec 12 2017 how would I go about creating a Socket receiveAll method? (10)
Dec 12 2017 AssocArray to string is ok,but how to get the AssocArray from string? (5)
Dec 12 2017 Date Formating (10)
Dec 12 2017 operator overload (5)
Dec 12 2017 Processing Function of return type(Real and SysTime) (2)
Dec 11 2017 Debugging a druntime issue found by AutoTester (2)
Dec 11 2017 Static array as immutable (9)
Dec 11 2017 What's the proper way to use std.getopt? (13)
Dec 11 2017 return ref this -dip1000 (3)
Dec 11 2017 Overloading float operators (3)
Dec 11 2017 File.byLine for either Windows / Unix newlines (3)
Dec 11 2017 Tuple Array Sorting (16)
Dec 11 2017 check mountpoint status and send email on timeout/failure? (2)
Dec 10 2017 libcurl acting differently to curl.exe (3)
Dec 10 2017 .LIB pagesize exceeds 512 (3)
Dec 10 2017 `string[] args` can't be read at compile time? (3)
Dec 10 2017 Clarify "Starting as a Contributor" document (6)
Dec 09 2017 Code Review (2)
Dec 09 2017 Seed Value for reduce function (6)
Dec 09 2017 Question for compiler gurus about compile-time strings (3)
Dec 08 2017 Get pointer or reference of an element in Array(struct) (6)
Dec 08 2017 std.conv.to!string refuses to convert a char* to string. (5)
Dec 08 2017 Sort in return statement (12)
Dec 08 2017 Problem with digest Hmac sha256 method and another problem while (2)
Dec 08 2017 Check whether a file is empty. (6)
Dec 07 2017 Parallel reads on std.container.array.Array (7)
Dec 07 2017 Create D portable binary (5)
Dec 07 2017 Variable cannot be read at compile time. (2)
Dec 07 2017 Any derelict fmod users on Linux out there? (2)
Dec 07 2017 Open Scene Graph For D? (2)
Dec 07 2017 Template for Multiple Function Parameters (2)
Dec 07 2017 package modules and how to generate a shared library plus .di file (I) (7)
Dec 06 2017 Seperating class methods in a different module (2)
Dec 06 2017 GUI app brings up console (3)
Dec 06 2017 Debugging shared libs on windows (4)
Dec 06 2017 What is "stringImportPaths" (7)
Dec 06 2017 Parsing a string from stdin using formattedRead (4)
Dec 06 2017 Problem getting Cimgui to work (11)
Dec 06 2017 building git druntime - range violation in extendedPathThen (2)
Dec 06 2017 Does dmd not always compile all of the source code? (17)
Dec 06 2017 Optimizing a bigint fibonacci (7)
Dec 06 2017 Sort characters in string (16)
Dec 05 2017 Abstract Classes (6)
Dec 05 2017 cannot deduce template lambda from argument (5)
Dec 05 2017 StopWatch problem (5)
Dec 05 2017 Embedded interfaces with generic members (3)
Dec 05 2017 Directory Size (8)
Dec 05 2017 No line numbers in stack trace (again) (3)
Dec 05 2017 lower case only first letter of word (14)
Dec 04 2017 SHould this work ? (1)
Dec 04 2017 Using enum types (3)
Dec 04 2017 Object oriented programming and interfaces (12)
Dec 04 2017 Is std.container.array more or less an equivalent of C#'s List<T>? (4)
Dec 04 2017 Passing Function as an argument to another Function (13)
Dec 03 2017 git workflow for D (26)
Dec 03 2017 template specialization and Rebindable (1)
Dec 03 2017 Implicit nothrow with -betterC (3)
Dec 02 2017 Struct inside a class: How to get outer? (7)
Dec 02 2017 How to declare immutable struct outside of try catch and reference it (8)
Dec 02 2017 Ddoc - No Documentation (3)
Dec 01 2017 Windows Share Path (10)
Dec 01 2017 scope(exit) and Ctrl-C (14)
Nov 30 2017 gdc-6.3.0 on travis borked? (2)
Nov 30 2017 Template specialisation, "Generic type locking", offline stdlib docs (4)
Nov 30 2017 associative array: unexpected results after static initialization (15)
Nov 30 2017 Convert a single element into a range (3)
Nov 30 2017 std.algorithm (3)
Nov 30 2017 Instructions to build DMD from source don't work (anymore) here (6)
Nov 29 2017 Private imports and Objects (5)
Nov 29 2017 std.range.interfaces : InputRange moveFront (16)
Nov 29 2017 Changing the class data underneath some reference (8)
Nov 29 2017 Shared and race conditions (17)
Nov 28 2017 Storing Formatted Array Value (2)
Nov 28 2017 Python and D (PyD) (4)
Nov 28 2017 Strange error when compiling with dmd, not with ldc (3)
Nov 28 2017 Really? -- Error: function `object.Throwable.message` is not nothrow (5)
Nov 28 2017 Problems with ctRegex (2)
Nov 28 2017 Email validation (10)
Nov 28 2017 Reading a File (3)
Nov 28 2017 Basic questions about D lang? (12)
Nov 28 2017 R.filter!(..).sort!(..) (6)
Nov 28 2017 D program in Windows Task Scheduler. (2)
Nov 27 2017 On Attributes (6)
Nov 27 2017 Tried C++ to D. Wrong result. (14)
Nov 25 2017 inout after function (7)
Nov 25 2017 Is variable void? (9)
Nov 25 2017 Scalars in ndslice? (1)
Nov 25 2017 Variadic Mixin/Template classes? (3)
Nov 24 2017 behaviour of spawnProcess (2)
Nov 24 2017 Floating point types default to NaN? (20)
Nov 24 2017 Concurrency send immutable (7)
Nov 24 2017 dirEntries() and exceptions (2)
Nov 24 2017 Range violation (3)
Nov 23 2017 opAssign for most struct assignment calls not executed (4)
Nov 23 2017 Decimal handling for currency (precision) (2)
Nov 23 2017 deep copy thread local to shared or how to send() struct with (1)
Nov 23 2017 Best way to call external function from another process memory? (3)
Nov 23 2017 Communicating between vibe.d's worker tasks (4)
Nov 22 2017 Is d-apt.sourceforge.net functional? (1)
Nov 22 2017 glfwSetDropCallback undefined symbol (2)
Nov 22 2017 reduce condition nesting (13)
Nov 22 2017 Can I count the of enum's fields at compile time? (7)
Nov 22 2017 Error: 'this' is only defined in non-static member functions (12)
Nov 22 2017 betterC and noboundscheck (8)
Nov 22 2017 Passing this to void * (18)
Nov 22 2017 Having "in" for arrays (5)
Nov 21 2017 Using PyD (1)
Nov 21 2017 interfacing c++ (7)
Nov 21 2017 String copying fails when output from assert (9)
Nov 21 2017 Mirroring a drawable buf in DLangUI? (4)
Nov 21 2017 Turn a float into a value between 0 and 1 (inclusive)? (4)
Nov 20 2017 DMD test suite assertion failure in test_cdvecfill.d (3)
Nov 20 2017 dub: Use Alternate Dependency (4)
Nov 20 2017 dmd/ldc failed with exit code -11 (9)
Nov 20 2017 One liner alternatives for initing and pushing some values into array (3)
Nov 19 2017 Template Question (8)
Nov 19 2017 Inserting and removing elements from a sorted container (5)
Nov 18 2017 GtkD help (8)
Nov 18 2017 nogc deduction for templated functions (4)
Nov 18 2017 Lambda cannot access frame of function (4)
Nov 18 2017 DerelictGL3.reload(); crashes in release mode, but not in debug (4)
Nov 17 2017 Call thread_attachThis() from your D shared library (3)
Nov 17 2017 Json (6)
Nov 16 2017 How to define variadic delegate with a ref/out argument? (3)
Nov 16 2017 writeln, alias this and dynamic arrays. (7)
Nov 16 2017 Inference of GC allocation scope (3)
Nov 15 2017 Treating a slice as an InputRange (6)
Nov 15 2017 Strange behavior of cast(int[]) json["my int list"].array (2)
Nov 15 2017 Unable to compile GtkD on windows (2)
Nov 15 2017 How do I use in contract with interface? (10)
Nov 15 2017 Class instance becoming null after calling bindings to C code??? (5)
Nov 15 2017 Best practices for multithread global flags (5)
Nov 15 2017 Taking a constant reference to a constant/non const object (6)
Nov 15 2017 Missing return value error not present with template (4)
Nov 14 2017 NIO+Multithreaded TCPSocket listener, very low cpu utilisation (21)
Nov 13 2017 string version of array (7)
Nov 13 2017 ESR on post-C landscape (34)
Nov 13 2017 How do you open a second console? I have multiple streams of info I (3)
Nov 13 2017 BinaryHeap as member (5)
Nov 13 2017 minElement on array of const objects (5)
Nov 12 2017 core file (8)
Nov 12 2017 opCast'ing strings (4)
Nov 12 2017 How do I use Socket.select? (2)
Nov 12 2017 Automatic insertion of D-style multiline-comments in Emacs (3)
Nov 12 2017 Inline assembly question (20)
Nov 11 2017 convert string to ubyte[] (6)
Nov 11 2017 setting file version, description, product name, etc (1)
Nov 11 2017 Class allocators (6)
Nov 10 2017 Synchronize Class fields between different threads (9)
Nov 10 2017 LDC Intrinsics (2)
Nov 10 2017 How to specify 64 bit architecture in dub configuration file? (3)
Nov 09 2017 Conditional compilation of array of structs initializer (3)
Nov 09 2017 Cannot reduce an empty iterable w/o an explicit seed value (4)
Nov 09 2017 How you guys go about -BetterC Multithreading? (16)
Nov 08 2017 Distinct "static" parent property contents for children (8)
Nov 08 2017 User input (2)
Nov 07 2017 Request Assistance Calling D from C++: weird visibility issue inside (9)
Nov 07 2017 How do i find a list of the methods Object implements, or maybe just (10)
Nov 07 2017 Cyclic dependency error (3)
Nov 06 2017 fputs, stdout (3)
Nov 06 2017 ddox empty public methods/interfaces etc (8)
Nov 06 2017 Keyword scope as qualifier on destructors (2)
Nov 05 2017 Compiler magic for preventing memory access re-ordering _by the (3)
Nov 05 2017 Creating a C# like Asynchronous Socket (3)
Nov 05 2017 Strange AV in asm mode (code only for amd64) (5)
Nov 05 2017 Alias this and inheritance (2)
Nov 04 2017 Debug info for druntime. (2)
Nov 04 2017 problem with multiwayMerge and chunkBy (5)
Nov 03 2017 Polymorphism? Passing arguments (6)
Nov 03 2017 How to use containers in lock based concurrency (4)
Nov 03 2017 private keyword dont appear to do anything (15)
Nov 02 2017 simple DIP1000 test fails? (7)
Nov 02 2017 COM/OLE advanced questions (9)
Nov 02 2017 Issue with sc.ini within XMake build infrastructure (5)
Nov 01 2017 Issues with Vibe.d Dynamic HTML with JSON (6)
Nov 01 2017 Any book recommendation for writing a compiler? (16)
Nov 01 2017 Working with images (3)
Oct 31 2017 "version" private word (16)
Oct 31 2017 Line numbers in backtraces (2017) (6)
Oct 30 2017 if (int bar = .. bug or some thing (5)
Oct 30 2017 [std.regex] Set operations with unicode properties. (1)
Oct 29 2017 Associative arrays with keys containing mutable indirections (4)
Oct 29 2017 std.format and floating point issue (3)
Oct 28 2017 CSV with empty values for integer fields (3)
Oct 28 2017 dub optional dependency (5)
Oct 28 2017 Removing some of the elements from vibe.core.concurrency.Future[] (4)
Oct 28 2017 opCast fails when this is null. (5)
Oct 27 2017 Why is length being tested on an int? (3)
Oct 27 2017 Just starting with D (linking with C++) (7)
Oct 27 2017 Role of third argument to GC.addRange (3)
Oct 26 2017 The website dlang.org load slowly in China (1)
Oct 26 2017 DateTime trying to do it at compile time. (3)
Oct 26 2017 Empty UDA for classes not allowed? (4)
Oct 25 2017 Is it possible to have reproducible-builds? (3)
Oct 25 2017 __traits(compiles , mixin ... ) (8)
Oct 24 2017 call Pascal DLL functions from D (7)
Oct 24 2017 Address problem (2)
Oct 24 2017 Disabled and enabled copy constructors and .dup (4)
Oct 23 2017 writeln double precision (10)
Oct 23 2017 DMD Callstacks (5)
Oct 23 2017 Dynamically import() files (4)
Oct 22 2017 Why 2 ^^ 1 ^^ 2 = 2? (9)
Oct 20 2017 is(this : myClass) (11)
Oct 20 2017 Generating DDOX documentation (3)
Oct 19 2017 Static if on release build (5)
Oct 18 2017 Trait to identify if a type is a struct one (4)
Oct 18 2017 dtor of std.container.array.Array (1)
Oct 18 2017 Making template instantiations more lazy (9)
Oct 18 2017 Skynet 1M Fiber microbenchmark in D (12)
Oct 17 2017 Writing some built-in functions for Bash, possible? (7)
Oct 17 2017 How do I determine the system version on Windows? (2)
Oct 17 2017 testing if data is allocated on the stack or heap (11)
Oct 17 2017 Containers and arrays with custom memory allocators (7)
Oct 17 2017 Splitting a sequence using a binary predicate on adjacent elements (10)
Oct 17 2017 readln of german Umlaute (terminal.d) / readln) (6)
Oct 16 2017 Garbage Collector profiling and the dynamic array reserve() function (5)
Oct 16 2017 Can't use function with same name as module? (7)
Oct 16 2017 How to modify process environment variables (7)
Oct 16 2017 Tango + D2 + Mac (5)
Oct 16 2017 partiallyQualifiedName? (4)
Oct 16 2017 How do I convert a LPVOID (void*) to string? (7)
Oct 16 2017 What's the best way to programmatically detect the most recent release (4)
Oct 16 2017 what operator(s) should I overload to prevent this? (4)
Oct 16 2017 Range tee()? (4)
Oct 15 2017 How to embed static strings to a D program? (3)
Oct 15 2017 Why isn't IID_ITaskbarList3 defined? (3)
Oct 15 2017 How to overload with enum type? (3)
Oct 13 2017 Is there an opposite of .toString()? (6)
Oct 13 2017 What is the best way to use requests and iopipe on gzipped JSON file (16)
Oct 13 2017 How do I use WINAPI's ITaskbarList3? (2)
Oct 13 2017 debugging in vs code on Windows (20)
Oct 13 2017 Temporary objects as function parameters or (16)
Oct 13 2017 CSV crash: "Quote located in unquoted token" (7)
Oct 12 2017 Alias on an array element (6)
Oct 12 2017 Get and add to function body (4)
Oct 12 2017 Does D have an equivalent to C#'s String.IsNullOrWhiteSpace? (9)
Oct 11 2017 Fast removal of character (6)
Oct 11 2017 Dustmite always reduced to empty set after two iterations (3)
Oct 11 2017 Two way struct wrapper (6)
Oct 11 2017 struct/class generation (4)
Oct 11 2017 std.concurrency.setMaxMailboxSize (4)
Oct 11 2017 Assert and undefined behavior (20)
Oct 10 2017 Huge increase in UT compile time (6)
Oct 10 2017 Why do I have to cast arguments from int to byte? (11)
Oct 10 2017 Array/range-version of emplace (2)
Oct 10 2017 Linking error: unresolved external symbol internal (2)
Oct 10 2017 initializing a static array (14)
Oct 10 2017 how to shorten templates structs name? (3)
Oct 09 2017 How to call function with variable arguments at runtime? (4)
Oct 09 2017 Undo? (4)
Oct 09 2017 How to make commented code to compile? (5)
Oct 09 2017 Bug? ElementType fails if element type is const (2)
Oct 07 2017 Add a precompiled c++ obj file to dub (6)
Oct 07 2017 exclude members at compile time (1)
Oct 07 2017 nogc formattedWrite (4)
Oct 07 2017 Implementing swap for user-defined swaps (2)
Oct 07 2017 DLL hell :S (5)
Oct 07 2017 Double ended arrays? (5)
Oct 06 2017 Having trouble porting basic GLFW C++ example to D (4)
Oct 06 2017 template auto deduction (3)
Oct 06 2017 dmd path handling is a bit dated (3)
Oct 06 2017 Need importing dcompute.lib into my project (12)
Oct 05 2017 Infuriating DUB/DMD build bug. (6)
Oct 05 2017 Create uninitialized dynamic array (6)
Oct 05 2017 Fun project (after a day of studying euclidean geometry) in Dlang (4)
Oct 05 2017 learning reflection in D (3)
Oct 04 2017 Emacs d-mode indentation, 2 spaces to 4? (5)
Oct 04 2017 Iterating over functions in module in order? (2)
Oct 04 2017 Andrei's "The D Programming Language" book. Up to date? (9)
Oct 04 2017 Imports (9)
Oct 04 2017 Does writing from NNTP work? (9)
Oct 04 2017 How to implement `isTemplate` traits? (3)
Oct 04 2017 conversion error related to array index (2)
Oct 03 2017 DUB dependency issue (2)
Oct 03 2017 Should this Compile? (5)
Oct 03 2017 For fun: Expressive C++ 17 Coding Challenge in D (12)
Oct 03 2017 Vibe.d using Windows Certificate binding, possible? (5)
Oct 03 2017 Does D support nested Templates aka Higher Kinded Polymorphism? (11)
Oct 02 2017 Looking for a mentor in D (6)
Oct 02 2017 non-block reading from pipe stdout (7)
Oct 02 2017 Static introspection of suitable hash function depending on type of (1)
Oct 02 2017 When to opCall instead of opIndex and opSlice? (5)
Oct 02 2017 Struct bug? (4)
Oct 01 2017 how to use unknown size of array at compile time for further (7)
Oct 01 2017 mtaching types with static if (3)
Sep 30 2017 property with 2 arguments (5)
Sep 30 2017 [Template] Mixins and foreach (8)
Sep 30 2017 Best way to display images with GTKD (2)
Sep 30 2017 compile time sequence variable (1)
Sep 30 2017 splitter string/char different behavior (9)
Sep 30 2017 Sockets and the Promiscous Mode (4)
Sep 30 2017 Why does BinaryHeap sometime cause compile-error in foeach? (3)
Sep 30 2017 generating property from structs (2)
Sep 29 2017 core.stdc.time (3)
Sep 29 2017 static this not run? (4)
Sep 29 2017 AliasSeq of T.tupleof for class and all base classes (4)
Sep 29 2017 Creating a dynamic library (5)
Sep 29 2017 Region-based memory management and GC? (3)
Sep 29 2017 Is prime missing in photos? (2)
Sep 29 2017 problem with opIndex (3)
Sep 29 2017 opDollar any (2)
Sep 29 2017 Detect if variable defined (3)
Sep 28 2017 Using dates to get days count (3)
Sep 28 2017 Day of week from date (6)
Sep 28 2017 no print function output do while (6)
Sep 27 2017 Allocating byte aligned array (4)
Sep 27 2017 Inter-module symbol resolution error of template type-parameter when (2)
Sep 27 2017 Is it possible to specify the address returned by the address of (16)
Sep 27 2017 What does ! mean? (9)
Sep 27 2017 Sectioned variables? (3)
Sep 27 2017 Can I skip sub directories with file.dirEntries() ? (3)
Sep 26 2017 This used to compile for months and months, and now it aborts with (2)
Sep 26 2017 Parameters template and ref types (1)
Sep 26 2017 dub cross compilation binary extension (3)
Sep 26 2017 htod (8.52.5n) not recognizing wchar_t? (3)
Sep 25 2017 segfault on gc.impl.conservative.gc.Gcx.smallAlloc (6)
Sep 25 2017 is it bug? (10)
Sep 25 2017 Is this defined behaviour in D? (3)
Sep 24 2017 Real beginner traits question (6)
Sep 24 2017 Is it possible to avoid call to destructor for structs? (13)
Sep 24 2017 Struct List Human (8)
Sep 23 2017 Coverage (-cov) (2)
Sep 23 2017 Why isn't there more if(__ctfe) in std.math ? (4)
Sep 23 2017 detect implicitly convertible typeid's? (9)
Sep 23 2017 Cannot make LDC use LTO when called via DUB (5)
Sep 23 2017 how to build project with locally compiled phobos (4)
Sep 23 2017 [FreeBSD] 0x000000000061d8cd in rt.aaA.Impl.findSlotLookup(ulong, (4)
Sep 22 2017 Dub use local fork (7)
Sep 22 2017 CTFE static array error: cannot modify read-only constant (2)
Sep 22 2017 Last post from me not displayed on web frontend? (1)
Sep 22 2017 Parsing mbox file to display with vibe.d (1)
Sep 21 2017 Connecting python to D on socket of localhost : target machine (8)
Sep 21 2017 Problems with function as parameter (11)
Sep 21 2017 Getting the size of a type tuple (5)
Sep 21 2017 How to check if string is available at compile time (5)
Sep 20 2017 wstring hex literals (3)
Sep 20 2017 Choosing between __traits(compiles, { ... } ) and is(typeof( { ... } (3)
Sep 19 2017 Array merge and sort (2)
Sep 19 2017 floating point value rounded to 6digits (8)
Sep 19 2017 What the hell is wrong with D? (40)
Sep 19 2017 formattedRead can't work with tab delimiter input (3)
Sep 19 2017 Basic LDC Linux Install Question (3)
Sep 19 2017 opEquals code generation (6)
Sep 19 2017 How to compile for Win64 with Visual D? Optlink error? (4)
Sep 18 2017 scope(exit) and destructor prioity (5)
Sep 18 2017 Question on Container Array. (2)
Sep 17 2017 Propagating constness through function results (4)
Sep 17 2017 Looking for instructions on how to make a Derelict library (7)
Sep 17 2017 What is the canonical way to subclass Thread and make it pauseable? (2)
Sep 17 2017 OpIndex/OpIndexAssign strange order of execution (7)
Sep 17 2017 How to Skip some field/word in formattRead? (2)
Sep 17 2017 Forwarding Uncopyable Static Array Elements (3)
Sep 17 2017 Error 16: Index Range error while building examples from D Web (2)
Sep 17 2017 How to list all process directories under /proc/ (8)
Sep 17 2017 Using Parallel prints duplicates nor misses. (1)
Sep 16 2017 My friend can't install DMD 2.076.0 after he deleted contents of C:\D (5)
Sep 16 2017 Novel Undo (1)
Sep 16 2017 Temporarily adding -vgc to a DUB build (3)
Sep 16 2017 Gtk toArray List funkiness (4)
Sep 16 2017 How to use the Among method with a string array (3)
Sep 15 2017 How to get DnD to work in GTKD? (6)
Sep 15 2017 Binary serialization of a struct (8)
Sep 15 2017 Convert user input string to Regex (3)
Sep 14 2017 Internal error mixing templates and CTFE (5)
Sep 14 2017 extern(C) enum (20)
Sep 14 2017 Access Violation when passing the result of a C function directly to a (6)
Sep 14 2017 How to check if path is writable (4)
Sep 14 2017 Ranges suck! (4)
Sep 13 2017 Dub project with .lib/.dlls for static binding (3)
Sep 13 2017 failed loading freetype 2.6 via derelict-ft (7)
Sep 13 2017 Is there further documentation of core.atomic.MemoryOrder? (3)
Sep 13 2017 Is there any threadsafe queue? (6)
Sep 12 2017 DerelictGL3 slow compilation speed with contexts (6)
Sep 12 2017 Assertion Error (7)
Sep 12 2017 How and what do you use for server to server (secure, fast) (1)
Sep 12 2017 Adding empty static this() causes exception (9)
Sep 11 2017 Array Printing (8)
Sep 11 2017 Catching C++ Exceptions in D - Windows and Linux (3)
Sep 11 2017 Ranges seem awkward to work with (7)
Sep 11 2017 How to set connect timeout on a blocking socket? (1)
Sep 11 2017 extern(C) and slices (3)
Sep 11 2017 Little app using gtkD, how to make it well? (3)
Sep 11 2017 Passing array as an function argument. (5)
Sep 11 2017 VisualD setup problems (1)
Sep 11 2017 betterC and struct destructors (3)
Sep 10 2017 GtkD mouse latency issues (2)
Sep 10 2017 Override with function overloads (7)
Sep 09 2017 Type conversion (1)
Sep 09 2017 How to use encode and decode of std.utf (3)
Sep 09 2017 What is top 5 patterns that you use in real life? (1)
Sep 09 2017 Cannot make sense of link error (2)
Sep 08 2017 Should `dub run` prints its output to STDERR? (4)
Sep 08 2017 Unit-tests with stderr / stdout (2)
Sep 08 2017 Inout table (4)
Sep 08 2017 erros em printf[AJUDA] (3)
Sep 08 2017 Deprecation: std.container.array.RangeT(A) is not visible from module (12)
Sep 08 2017 Problems with the DLangUI TreeWidget (7)
Sep 08 2017 Redirect STDOUT to socket (win32) (1)
Sep 08 2017 Understanding gc memory profile report (2)
Sep 07 2017 D is Multiplatform[DUVIDA] (7)
Sep 07 2017 Anonymous nogc class (5)
Sep 07 2017 One path skips constructor - is this a bug? (3)
Sep 07 2017 High-level wrapper for readline package (10)
Sep 06 2017 performance cost of sample conversion (4)
Sep 06 2017 How Appender calculate cash size? (1)
Sep 06 2017 Is compiling for Android/iOS possible? (4)
Sep 06 2017 _GLOBAL_OFFSET_TABLE_ in dmd (1)
Sep 06 2017 Container Array (12)
Sep 06 2017 Address of data that is static, be it shared or tls or __gshared or (8)
Sep 06 2017 I need library for QR codes generation. (3)
Sep 05 2017 pure void* memset(return void* s, int c, size_t n)? (2)
Sep 05 2017 dispatcher (4)
Sep 05 2017 Can attributes trigger functionality? (3)
Sep 05 2017 run unittest inside program (2)
Sep 05 2017 Finding chars in strings (6)
Sep 05 2017 DLang IDE [RU] (23)
Sep 05 2017 Problem with std.string.strip(): Can't use result in format routine (5)
Sep 05 2017 Struct with float members in betterC (2)
Sep 05 2017 Performance Issue (11)
Sep 05 2017 fromStringz for wide characters (3)
Sep 05 2017 D scripting (8)
Sep 04 2017 SIMD under LDC (11)
Sep 04 2017 Returning multiple values from a function (5)
Sep 03 2017 Crazy compile time errors with DMD 2.075.1 & 2.076.0 (4)
Sep 03 2017 Dub documentation with an initial ddoc file (2)
Sep 03 2017 How to change the file extension of generated doc files (1)
Sep 03 2017 passing member.member alias to mixin template (3)
Sep 02 2017 templated type reduction (3)
Sep 02 2017 Using closure causes GC allocation (11)
Sep 02 2017 string to character code hex string (16)
Sep 02 2017 Problems with std.experimental.allocator (2)
Sep 02 2017 Help required on Array appender (7)
Sep 01 2017 SDL and new Thread open two windows (3)
Sep 01 2017 Easy bug: reference to local variable (1)
Sep 01 2017 get parameter names (4)
Sep 01 2017 24-bit int (17)
Sep 01 2017 traits for function having actual source declaration? (6)
Sep 01 2017 Help Required on Getopt (5)
Sep 01 2017 Template substitution for function parameters (7)
Sep 01 2017 Synax for variadic template (3)
Sep 01 2017 vibed services stop response after several days of work (6)
Aug 31 2017 Simplest multithreading example (8)
Aug 31 2017 replace switch for mapping (5)
Aug 31 2017 Valid File Path (5)
Aug 31 2017 std.algorithm.joiner unexpected behavior (9)
Aug 31 2017 Deprecation of toUTF16 (4)
Aug 31 2017 Parse tree node allocator (3)
Aug 31 2017 Remove all blank lines from a file (5)
Aug 30 2017 hijack dub test (3)
Aug 30 2017 -betterC not working (5)
Aug 30 2017 Bug in D!!! (34)
Aug 30 2017 DIPs - question about mores, etiquette and DIP1009 in particular (8)
Aug 30 2017 "Range invalidation" ? (3)
Aug 30 2017 writeln() sometimes double prints from main() if I run a thread (11)
Aug 29 2017 Transitive const and function pointers/delegates (2)
Aug 29 2017 Missing array element (5)
Aug 29 2017 Casting non-aliased mutable arrays to immutable in return values (4)
Aug 28 2017 xml utf-8 encoding error (7)
Aug 28 2017 D Multidimensional arrays wierdness (3)
Aug 28 2017 Cpu instructions exposed (2)
Aug 28 2017 General performance tip about possibly using the GC or not (8)
Aug 28 2017 Accessing outer class attribute from inner struct (7)
Aug 28 2017 Protection attribute in another module (5)
Aug 28 2017 Output range with custom string type (8)
Aug 27 2017 C callbacks getting a value of 0! Bug in D? (14)
Aug 27 2017 Unable to set static data member of a class (results in default value (3)
Aug 27 2017 gcd with doubles (6)
Aug 27 2017 How to implement Timeout function (3)
Aug 27 2017 Making a repo of downloaded dub package (7)
Aug 27 2017 Confusion over enforce and assert - both are compiled out in release (8)
Aug 26 2017 ATTN: Andrej Mitrovic: Port Audio (3)
Aug 26 2017 Comparison of Enumerations with base type of String? (6)
Aug 26 2017 How to store data when using parallel processing (3)
Aug 26 2017 Retrieve the data of all the threads together once all threads are (3)
Aug 26 2017 No CTFE of function (13)
Aug 26 2017 Building (and including libraries) without dub (8)
Aug 25 2017 How do I send a message to a struct member function? (3)
Aug 25 2017 2 Dimensional Array Sorting (9)
Aug 25 2017 pipeProcess not returning immediately (3)
Aug 25 2017 How do I create a fileWatcher with an onFileChange event using spawn? (7)
Aug 25 2017 spawnProcess: Exit parent process without terminating child process (3)
Aug 25 2017 Appending data to array results in duplicate's. (5)
Aug 24 2017 Web servers in D (12)
Aug 24 2017 OpenMAX bindings (2)
Aug 24 2017 Choosing between enum arrays or AliasSeqs (5)
Aug 24 2017 very odd directx 11 error (1)
Aug 24 2017 Terminating a thread (which is blocking) (2)
Aug 23 2017 wrapping a C style delegate (6)
Aug 23 2017 (SIMD) Optimized multi-byte chunk scanning (4)
Aug 23 2017 D Code to html (2)
Aug 23 2017 Parameter File reading (4)
Aug 23 2017 fasta parser with iopipe? (5)
Aug 22 2017 ore.exception.RangeError (4)
Aug 22 2017 Long File path Exception:The system cannot find the path specified (12)
Aug 22 2017 Type Inference in safe unittests (6)
Aug 21 2017 GStreamer issues. (4)
Aug 21 2017 delegates that return void + lambdas (2)
Aug 20 2017 function cannot access frame (1)
Aug 20 2017 std.format expand "%s" (5)
Aug 20 2017 GtkD: New widget (4)
Aug 20 2017 DerelictGL3 reload crashes in 32 builds (8)
Aug 20 2017 Mixed up over mixins. (8)
Aug 20 2017 GtkD: Build script (4)
Aug 20 2017 std.range.put vs R.put: Best practices? (4)
Aug 20 2017 Estimating free system resource at runtime (2)
Aug 19 2017 Folder Size (3)
Aug 19 2017 dmd (v2.075.0): fully static linking: undefined reference to (4)
Aug 19 2017 Using mixin templates for operator overloading. (4)
Aug 18 2017 ffmpeg (2)
Aug 18 2017 Module Info error (3)
Aug 18 2017 GtkD on android (2)
Aug 18 2017 Need help with units library (2)
Aug 18 2017 Different Output after each execution (8)
Aug 17 2017 real simple delegate question. (5)
Aug 17 2017 GtkD: How to respond to cell edit's? (5)
Aug 17 2017 Implicit conversion from const to mutable (4)
Aug 16 2017 Automatic function body writing howto? (3)
Aug 16 2017 In DUB, how do I conditionally compile code based on optional (1)
Aug 16 2017 struct field initialization (4)
Aug 16 2017 Formated Output and file creation time (3)
Aug 16 2017 If structures places data to stack why we do not getting stackoverflow (11)
Aug 15 2017 Compiler bug? (3)
Aug 15 2017 How to fix wrong deprecation message - dmd-2.075.1 (7)
Aug 14 2017 Issues with std.format template function (3)
Aug 14 2017 Initialization of struct containing anonymous union (7)
Aug 14 2017 How to specify a template that uses unqualified type, like any normal (9)
Aug 13 2017 WebCam or Video in D (3)
Aug 13 2017 wth!! ctfe cannot format floating point at compile time? (8)
Aug 13 2017 Real naive template question (2)
Aug 13 2017 Unresolved external symbol InterlockedIncrement (2)
Aug 13 2017 Read/Write memory barriers in D? (4)
Aug 13 2017 Launch and obtain thread output during compile time (3)
Aug 12 2017 D outperformed by C++, what am I doing wrong? (24)
Aug 12 2017 html fetcher/parser (9)
Aug 12 2017 Does anyone understand how to use "shared" types with concurrency (39)
Aug 12 2017 ddoc and method overriding. (1)
Aug 11 2017 Persistent Storage (3)
Aug 11 2017 task parallelize dirEntries (4)
Aug 11 2017 How to make http requests to unix socket? (2)
Aug 11 2017 __dtor vs __xdtor (9)
Aug 11 2017 DCD as a library - stops working after some thread is created. (2)
Aug 10 2017 Bug in D?! (8)
Aug 10 2017 GTKD resources (4)
Aug 10 2017 DLL loading behaviors and pragma(lib) (3)
Aug 10 2017 DlangUI Error (6)
Aug 10 2017 How do I compile a program with curl lib on Windows? (3)
Aug 10 2017 string hash significant speedup (6)
Aug 10 2017 Vectorflow noob (3)
Aug 09 2017 delegates/lambas do not pick up calling convention (6)
Aug 09 2017 if (auto x = cast(C) x) (4)
Aug 09 2017 Format g bug ? (3)
Aug 09 2017 Cannot use std.array.Appender in recursive types (5)
Aug 09 2017 KissRPC for dlang ver release.(Ultra high performance RPC) (1)
Aug 08 2017 Get Dll functions at compile time (4)
Aug 08 2017 readText with added null-terminator that enables sentinel-based search (2)
Aug 08 2017 Thread sequencer (1)
Aug 08 2017 Express "Class argument may not be null" ? (12)
Aug 08 2017 Efficiently streaming data to associative array (8)
Aug 08 2017 Is it's possible to make modular pug template in vibed? (14)
Aug 07 2017 Constructor is not callable using argument types (2)
Aug 07 2017 vibed.web.auth framework and redirection (1)
Aug 07 2017 x64 build time 3x slower? (4)
Aug 07 2017 gtk interface responsiveness (4)
Aug 07 2017 D on Power8 (PPC64) (2)
Aug 06 2017 ldc D compiler installation on windows 10 (2)
Aug 06 2017 std.math module (4)
Aug 06 2017 ldc instation on windows 10 (1)
Aug 06 2017 rename file, execute os, etc at compile time (6)
Aug 06 2017 VibeD - REST API and vibed.web.auth framework (3)
Aug 05 2017 gtkD: events being triggered twice (9)
Aug 05 2017 returning D string from C++? (8)
Aug 05 2017 lambda function with "capture by value" (14)
Aug 05 2017 gtkD window centering message up and no app on taskbar (15)
Aug 05 2017 Create class on stack (21)
Aug 05 2017 Getting enum from value (11)
Aug 05 2017 gtk get actual pixel height of widget (2)
Aug 05 2017 gtk: get property (3)
Aug 04 2017 Size of D bool vs size of C++ bool (3)
Aug 04 2017 BigInt foreach loop (8)
Aug 04 2017 How a class can know the current reference of itself? (4)
Aug 03 2017 GtkD custom theme on Windows (2)
Aug 03 2017 Fix gtkD api display (15)
Aug 03 2017 OT: What causes the Segfault in the following? (10)
Aug 03 2017 Template mixins and selective imports (4)
Aug 03 2017 Why free and realloc seem to include . (5)
Aug 03 2017 Issue with template constraints in numeric types (6)
Aug 02 2017 gtkD load images (11)
Aug 02 2017 Compare times: file modification time (3)
Aug 02 2017 Access derived type in baseclass static function template (10)
Aug 02 2017 Using lazy code to process large files (14)
Aug 01 2017 custom drawing with gktd? (3)
Aug 01 2017 this r-value optimizations (2)
Aug 01 2017 Can you parse the d source file during compile time with std.regex? (3)
Aug 01 2017 How to build GUI-based applications in D ? (16)
Aug 01 2017 sharedLog between dll (4)
Jul 31 2017 Bug in gtkd? (17)
Jul 31 2017 mixin template, extern(C/Windows) and mangled name (3)
Jul 31 2017 Adding deprecated to an enum member (4)
Jul 31 2017 gtk arch issues (14)
Jul 31 2017 Compile Time versus Run Time (6)
Jul 31 2017 How to test tuple in chain (3)
Jul 31 2017 Taking the address of an eponymous template (4)
Jul 31 2017 Specify rhs at initialisation or assignment of typedef' d variable (5)
Jul 30 2017 Struct Postblit Void Initialization (4)
Jul 30 2017 Convert ResultSet to List of Associted Array (5)
Jul 30 2017 D move semantics (2)
Jul 30 2017 GC (4)
Jul 30 2017 Static array * scalar is not working for me (3)
Jul 29 2017 Questions about dmd source (3)
Jul 29 2017 why won't byPair work with a const AA? (18)
Jul 29 2017 Is std.xml seriously broken, or is it me? (5)
Jul 29 2017 Question on SSE intrinsics (6)
Jul 28 2017 Bug or not? Statics inside blocks (4)
Jul 28 2017 D Debug101 (4)
Jul 28 2017 Error 1: Previous Definition Different : _D3gtk3All12__ModuleInfoZ (2)
Jul 28 2017 dmd can't build gtk x64 (3)
Jul 28 2017 std.meta.Replace using index (4)
Jul 27 2017 using DCompute (5)
Jul 27 2017 Pass range to a function (4)
Jul 27 2017 Randomed/encoded code (1)
Jul 27 2017 Problem with dtor behavior (7)
Jul 27 2017 Hacking the compiler: Get Scope after some line of function (2)
Jul 26 2017 It makes me sick! (52)
Jul 26 2017 DDox and filters. (3)
Jul 26 2017 dub and hierarchies of packages (2)
Jul 26 2017 Why can't typeof() be used in member method? (6)
Jul 26 2017 Bug in File.byRecord ? (2)
Jul 25 2017 Get UDA of unit tests during Runtime.moduleUnitTester (4)
Jul 25 2017 I feel the dynamic array .sizeof property is kind of a bait and switch (6)
Jul 25 2017 Cast to subclass in the dmd compiler (6)
Jul 25 2017 Prevent destroy() from calling base deconstructor of a derived class? (2)
Jul 25 2017 Append to dynamic array that was allocated via calloc (5)
Jul 25 2017 Crypto.lib and ssl.lib for Win32 (3)
Jul 25 2017 VibeD - takeing out value from json (2)
Jul 25 2017 How to make autocompletion for IDE? (10)
Jul 24 2017 unittest blocks not being run inside of class and struct templates (7)
Jul 24 2017 Csharp para Digital Mars D[AJUDA] (2)
Jul 24 2017 traits compiles does not work for symbols from other modules (4)
Jul 24 2017 criando modulos em D para classe pessoa[AJUDA] (7)
Jul 24 2017 Why D have two function contains and canFind? (5)
Jul 24 2017 VibeD - RestInterfaceClient - non-constant expression (1)
Jul 24 2017 No polymorphism? (5)
Jul 24 2017 howto touch a file - setTimes (2)
Jul 24 2017 Why structs and classes instanciations are made differently ? (14)
Jul 24 2017 Cleaning/Releasing large arrays from memory (7)
Jul 24 2017 map on char[] converts to dchar? (3)
Jul 23 2017 VibeD - undefinded identifier (7)
Jul 23 2017 Is align(16) respected for globals? (2)
Jul 22 2017 Best syntax for a diagonal and vertical slice (4)
Jul 22 2017 GtkD on android? (4)
Jul 22 2017 unresolved external symbol error (How to resolve?) (2)
Jul 21 2017 executeShell not working (2)
Jul 21 2017 How can I serialize a struct into a file in the style of C? (6)
Jul 21 2017 find difference between two struct instances. (5)
Jul 21 2017 Creating a new type, to get strong-ish type checking and restrict (7)
Jul 21 2017 Cannot find std.datetime when linking after upgrade to 2.075.0 (7)
Jul 21 2017 Check whether string value represents a type (5)
Jul 20 2017 opEquals nothrow (7)
Jul 20 2017 How to replace pairs tags with regexp (9)
Jul 20 2017 Array of Template instantiations (3)
Jul 20 2017 Commandline args to rdmd --eval=... (1)
Jul 19 2017 module convicts with package (3)
Jul 19 2017 Whats the most common formatting style for dlang? (3)
Jul 19 2017 Base class' constructor is not implicitly inherited for immutable (4)
Jul 19 2017 If you follow these 3 tips of mermaid tails for sale, you will get the (1)
Jul 19 2017 How does one determine the UDAs of all symbols contained in a given (7)
Jul 19 2017 C style 'static' functions (22)
Jul 18 2017 Adding flags to dub build (5)
Jul 18 2017 Is it possible to generate a pool of random D or D inline assembler (4)
Jul 18 2017 replacement for squeeze and removechars. (7)
Jul 18 2017 Can't get expected strings (2)
Jul 18 2017 Get complete function declaration (3)
Jul 18 2017 How do I cast to from byte[] <-> double for making a small assembler (5)
Jul 18 2017 How to init immutable static array? (4)
Jul 17 2017 D doesn't read the first character of a file (reads everything but the (5)
Jul 17 2017 Profiling Windows App and DLL (3)
Jul 17 2017 Yesterday Visual D worked, today it does not! (2)
Jul 17 2017 Appending static arrays (26)
Jul 17 2017 (char* str) is not callable using argument types (string) (2)
Jul 17 2017 Idiomatic way of writing nested loops? (8)
Jul 17 2017 How to debug in vscode with mago-mi? (3)
Jul 16 2017 Too slow readln (5)
Jul 16 2017 Avoid if statements for checking neighboring indexes in a 2D array (12)
Jul 15 2017 Add property setting to chain (4)
Jul 15 2017 How to initialize the Variant variable with the default value using (2)
Jul 15 2017 Get which derived class an object is if it's stored in an array of its (9)
Jul 15 2017 ddox filters out my doc (3)
Jul 14 2017 Exported Class Error (3)
Jul 14 2017 Auto-decoding (6)
Jul 14 2017 Exception handling (9)
Jul 14 2017 Code Construction (1)
Jul 14 2017 How to get value of type at CT given only an alias (3)
Jul 14 2017 std.container.array of struct inside a struct fails (4)
Jul 14 2017 sorting a string (15)
Jul 14 2017 Need help to get OpenSSL 64 work on Windows x64 | I hate D's GC! (5)
Jul 14 2017 Implementing interface in the class hierarchy (3)
Jul 13 2017 nogc string concatenation? (3)
Jul 13 2017 char e string em linguagem D (5)
Jul 13 2017 WTF is going on! Corrupt value that is never assigned (8)
Jul 13 2017 Silly struct behaviour (7)
Jul 13 2017 Read from terminal when enter is pressed, but do other stuff in the (5)
Jul 13 2017 Idiomatic FFT(W) Wrapper (2)
Jul 13 2017 Bad file descriptor in File destructor (9)
Jul 12 2017 Whats the correct way to pass a D array type to a win32 api function (4)
Jul 12 2017 Anything like quote? (1)
Jul 12 2017 Function with static array as parameter (6)
Jul 12 2017 Help me fix my compiler (2)
Jul 12 2017 Struct Constructor Lazy (9)
Jul 12 2017 2D game physics, macOS (5)
Jul 11 2017 Static array with parameter based size? (5)
Jul 11 2017 Why do array literals default to object.Object[]? (5)
Jul 11 2017 'typeof' not printing template arguments. (2)
Jul 11 2017 dmd, vibe.d RAM usage when compiling. (3)
Jul 11 2017 How to add authentificaion method to request? (5)
Jul 11 2017 Static array with parameter based size? (3)
Jul 10 2017 stacktrace for InvalidMemoryOperationError (3)
Jul 10 2017 Why no offsetof for static struct? (1)
Jul 10 2017 Foreign threads in D code. (9)
Jul 10 2017 Why no offsetof for static struct? (6)
Jul 10 2017 Cannot dup an associative array but why? (8)
Jul 10 2017 pure factory function vs immutable(Foo)** (5)
Jul 10 2017 Get a string of a function name from a function pointer? (2)
Jul 09 2017 How to get the address of a static struct? (3)
Jul 09 2017 Having a strange issue with std.net.curl.HTTP as a struct dependency (12)
Jul 09 2017 iterate over variadic (5)
Jul 09 2017 Lazy range, extract only Nth element, set range size constraint? (2)
Jul 09 2017 Fiber based UI-Toolkit (13)
Jul 09 2017 NNTP error: Disconnected from server (Connection closed) (2)
Jul 09 2017 Is runtime info in shared memory? (2)
Jul 08 2017 Why doesn't this work...Struct std.regex.Captures (2)
Jul 08 2017 rdmd vs dmd WRT static constructors (3)
Jul 08 2017 CTFE output is kind of weired (9)
Jul 08 2017 Faster alternatives to std.xml (2)
Jul 08 2017 The Nullity Of strings and Its Meaning (13)
Jul 08 2017 problem overloading functions with complex enum type (3)
Jul 07 2017 Application settings (9)
Jul 07 2017 Double value is rounded to unexpected value: 2.5 -> 2 instead of 3 (4)
Jul 07 2017 Address of a lambda (6)
Jul 07 2017 "shared" woes: shared instances of anonymous classes (3)
Jul 07 2017 Finding source of typeid use (6)
Jul 06 2017 Error: variable foo forward referenced (2)
Jul 06 2017 Panda Antivirus puts the latest dmd installer in quarantine (3)
Jul 06 2017 AutoDLL (5)
Jul 05 2017 Undefined symbol for, apparently, valid code? (8)
Jul 05 2017 Check if a variadic argument is numeric? (7)
Jul 05 2017 GtkD nothing (7)
Jul 05 2017 rdmd issues (2)
Jul 05 2017 unittest-cov - results? (9)
Jul 05 2017 mysql-native ResultRange + map (3)
Jul 05 2017 dub + local dependencies (4)
Jul 05 2017 Remove instance from array (14)
Jul 05 2017 how to harvest the results of tasks from a taskpool? (2)
Jul 04 2017 Append to 'map' result (9)
Jul 04 2017 About Dub capabilities (4)
Jul 04 2017 How to get uniq to return an array? (3)
Jul 04 2017 safe method overloading with different refness of its arguments (3)
Jul 03 2017 Finding all the interfaces and their inheritance relationships at (4)
Jul 03 2017 Accessing part of a struct in an easy way (5)
Jul 03 2017 Need simple sound (22)
Jul 02 2017 Funny issue with casting double to ulong (11)
Jul 02 2017 std.json cannot read an array floats back from file (10)
Jul 02 2017 strange static assert failure (2)
Jul 01 2017 std.string.format call from varyargs (5)
Jul 01 2017 weird error message (7)
Jul 01 2017 D, Game Development, GLSL, Math (6)
Jul 01 2017 D and .lib files. C++/Other? (12)
Jul 01 2017 rank of range (3)
Jun 30 2017 ReadProcessMemory + address from ollydbg (12)
Jun 30 2017 Natural Sort optimzation (1)
Jun 30 2017 Get Function Body (3)
Jun 30 2017 Strange Bug in LDC vs DMD (7)
Jun 30 2017 Most convenient way to write a loop with fixed length and no need for (4)
Jun 29 2017 Bulk allocation and partial deallocation for tree data structures. (10)
Jun 29 2017 mysql-native + vibe.d example (4)
Jun 29 2017 How to partially apply member functions? (7)
Jun 28 2017 Force usage of double (instead of higher precision) (12)
Jun 28 2017 dub seems to have forgotten my versions (4)
Jun 28 2017 Diet template is crush (2)
Jun 28 2017 Overloading funtion templates. (5)
Jun 28 2017 What is best way to link DlangUI widget and program logic? (1)
Jun 27 2017 Relative lflag paths in dub on Windows (4)
Jun 27 2017 Clean Executable (3)
Jun 27 2017 Deprecated std.c.*.socket and missing replacement (7)
Jun 27 2017 Advice wanted on garbage collection of sockets for c++ programmer (39)
Jun 26 2017 isImplictlyConvertible for Variadic Templates (3)
Jun 26 2017 [BEGINNER] reccurence! and sequence! (6)
Jun 26 2017 code.dlang.org package isn't automatically bumped when I push a new (6)
Jun 25 2017 range of ranges into one range? (4)
Jun 25 2017 std.concurrency and sendWithDelay (1)
Jun 25 2017 Zero-cost version-dependent function call at -O0. (11)
Jun 25 2017 Accessing function frame from struct (2)
Jun 25 2017 Using templates with interfaces (7)
Jun 24 2017 Interfacing with C - calling member function of D struct from C? (3)
Jun 24 2017 casting to structure (5)
Jun 24 2017 Targetting the 8051 (2)
Jun 24 2017 What's the fastest way to check if a slice points to static data (11)
Jun 24 2017 Alias template parameter to a private function (4)
Jun 24 2017 More optional parens concerns (4)
Jun 24 2017 Are padding bits always zero? (7)
Jun 24 2017 Help me escape optional parens hell (6)
Jun 23 2017 Converting a ubyte[] to a struct with respect to endianness? (8)
Jun 23 2017 Immutable (6)
Jun 23 2017 Dub command line knowledge sought (5)
Jun 22 2017 How to add class in DIET template (3)
Jun 22 2017 Is it possible to call a delegate at compile time? (3)
Jun 22 2017 struct template constructors (10)
Jun 22 2017 Is there s.th. like enforceSuffix for arrays (string)? (2)
Jun 22 2017 Cannot implicitly convert expression (struct this) (3)
Jun 21 2017 Read conditional function parameters during compile time using (4)
Jun 21 2017 Using array slices with C-style fread() from file (8)
Jun 21 2017 Dealing with the interior pointers bug (15)
Jun 20 2017 Transforming an argument list (2)
Jun 19 2017 libc dependency (28)
Jun 19 2017 AliasSeq of AliasSeq, or meta-functions that take multiple lists (4)
Jun 19 2017 Playing with Entity System, performance and D. (5)
Jun 19 2017 DMD, LDC, shared objects, rpath (1)
Jun 19 2017 Search for, o/w create element for AA (4)
Jun 19 2017 GDC generate wrong .exe ("not a valid win32 application") (8)
Jun 19 2017 Operator Overloading + / ~ (4)
Jun 18 2017 D structs weak identity and RAII (3)
Jun 18 2017 Getting the coverage data at runtime (1)
Jun 18 2017 DMD, LDC, and GDC compilers and 32/64 bit (4)
Jun 18 2017 Manually calling postblots recursively (3)
Jun 18 2017 implib.exe no output files (5)
Jun 17 2017 Garbage collection and closures. (8)
Jun 17 2017 Simple c header => Dlang constants using mixins in compile time (7)
Jun 16 2017 Linking external *.lib files (7)
Jun 16 2017 Calling delegate in a dll callback fails silently (3)
Jun 16 2017 How can I make typeof(this) return the type of a calling derrived (4)
Jun 16 2017 repl like interface with D app (5)
Jun 14 2017 Help with an algorithm! (6)
Jun 14 2017 Builtin array-scalar equality (2)
Jun 14 2017 is it bug? (out contract in method causes dmd (2.072.2, 2.74.1) (3)
Jun 14 2017 Implementing interfaces using alias this (18)
Jun 14 2017 D and memory mapped devices (5)
Jun 13 2017 Static Initialization of Struct as UDA (4)
Jun 13 2017 How to check whether a struct is templated? (4)
Jun 12 2017 Overloading for lvalue and rvalue. (2)
Jun 12 2017 Generic operator overloading for immutable types? (20)
Jun 12 2017 Weird template instantiation problem (8)
Jun 12 2017 Trouble with regex backreferencing (1)
Jun 11 2017 O(1) sum (6)
Jun 11 2017 First time user of LDC and getting newbie problems. (5)
Jun 11 2017 D, shared objects and MacOS (2)
Jun 10 2017 byLine(n)? (9)
Jun 10 2017 brew install dmd (7)
Jun 10 2017 Dub or Dmd trying to use some funny path to find linker.exe (2)
Jun 10 2017 when I run dub within git bash, dub prompts are not displayed. For (2)
Jun 10 2017 std.stdio.stderr (3)
Jun 10 2017 What is the best way to include this file from the runtime libraries? (3)
Jun 09 2017 Is D slow? (25)
Jun 09 2017 a way to specily floating-point numbers as bit patters (16)
Jun 09 2017 How to implement opCmp? (14)
Jun 09 2017 Can I speed up this log parsing script further? (10)
Jun 08 2017 Need way to compare classes, and primitive types in bst Template (7)
Jun 08 2017 DList efficiency (2)
Jun 08 2017 DMD [-O flag] vs. [memory allocation in a synchronized class] (8)
Jun 08 2017 D for Web Development? (11)
Jun 07 2017 .sort vs sort(): std.algorithm not up to the task? (24)
Jun 07 2017 The reason for SIGSEGV function pointer problem (5)
Jun 07 2017 [Solved] Confusing error message (9)
Jun 07 2017 import statement placement (5)
Jun 07 2017 My DMD ~master build gives linker error and IDK why (3)
Jun 06 2017 gdc and shared objects (2)
Jun 06 2017 Use template functions within mixin (5)
Jun 05 2017 Can assumeSafeAppend() grab more and more capacity? (9)
Jun 05 2017 Avast virus warning? (4)
Jun 05 2017 rawRead using a struct with variable leght (5)
Jun 04 2017 dmd casts but ldc doesn't, and doesn't work in template in dmdm (5)
Jun 04 2017 Make enum auto castable (13)
Jun 04 2017 D and GDB (12)
Jun 04 2017 Linker cannot find malloc and free on OS X (7)
Jun 03 2017 string to wchar*? (6)
Jun 03 2017 How to Compare 2 objects of the same class (13)
Jun 03 2017 Strange expression found in std.variant (4)
Jun 03 2017 Lazy evaluation and nogc code (2)
Jun 03 2017 std.path.buildPath (11)
Jun 03 2017 C macros vs D can't do the right thing (9)
Jun 02 2017 difference between x = Nullable.init and x.nullify (14)
Jun 02 2017 Trouble with SList for generic Stack class (7)
Jun 02 2017 Guide - Migrating from std.experimental.ndslice to mir-algorithm (3)
Jun 02 2017 How to cleanup array of structs? (4)
Jun 01 2017 D scripting in D (29)
Jun 01 2017 Creating and loading D plugins in D app (13)
Jun 01 2017 "Lazy" initialization of structs (4)
May 31 2017 Changing Template Static Ifs to Recursion (6)
May 31 2017 iOS Apps in D (3)
May 31 2017 Question on nothrow (15)
May 30 2017 ushort calls byte overload (5)
May 30 2017 howto count lines - fast (30)
May 30 2017 Finding the index of the maximum value in an associative array (5)
May 30 2017 Rosetta Commatizing numbers (10)
May 30 2017 Error: func(const(A) a) is not callable using argument types (const(A) (10)
May 29 2017 RAII pointers (17)
May 29 2017 Best way for handle missing args in REST interface in vibed (6)
May 28 2017 purity question (4)
May 28 2017 Input interrupt (3)
May 28 2017 need to emulate scope(failure) with struct destructor (2)
May 28 2017 How to call readf (3)
May 27 2017 How to Get Screenshot on Windows ? (2)
May 27 2017 gtkd build fail on windows with dmd 2.074.0 (4)
May 27 2017 gtkd build fail on windows with dmd 2.074.0 (1)
May 27 2017 Default class template parameter (3)
May 26 2017 binding to C++ (5)
May 26 2017 Extern C and Symbol Mangling (4)
May 26 2017 The syntax of sort and templates (11)
May 25 2017 Out of memory error (even when using destroy()) (14)
May 25 2017 Mutiple AliasSeq as input to template (4)
May 25 2017 site examples (4)
May 25 2017 [Starting with D] d2html.d issues an error (3)
May 25 2017 Sorted sequences (2)
May 25 2017 Searching strings with indexOf vs countUntil (5)
May 25 2017 Any way to reproduce Dart style constructors? (14)
May 24 2017 how to define a struct without padding (3)
May 22 2017 trait detecting anonymous union? (5)
May 22 2017 'real' not able to store it's largest value (4)
May 22 2017 How to get rid of const / immutable poisoning (and I didn't even want (5)
May 22 2017 How do you call hashOf() on a string? (2)
May 22 2017 Which editor to use for editing DDOCs? (7)
May 22 2017 [OT] #define (14)
May 22 2017 templatized delegate (15)
May 21 2017 Getting DUB to work with VS 2017 (4)
May 21 2017 C++ binding issues with C++ function returning a simple POD struct. (19)
May 21 2017 WebSocket lib (1)
May 21 2017 Multiple template variadic list not working (5)
May 21 2017 Implicit conversion from 'Ok' to 'Result' type when returning (7)
May 20 2017 Fluent APIs (2)
May 20 2017 Why is DUB not passing dll.def file to linker (10)
May 20 2017 Why would an initialised struct pointer field be null in the struct's (14)
May 20 2017 how to disable inlining of ldc2 when 'dub build --build=release'? (9)
May 19 2017 "if" is not evaluated for fields of Class.tupleof (4)
May 19 2017 Getopt default int init and zero (3)
May 19 2017 Code improvement for DNA reverse complement? (18)
May 18 2017 How to check a struct exists at a particular memory address? (5)
May 18 2017 Fails to use testFilename in unittest (6)
May 18 2017 alias this and struct initializer (3)
May 17 2017 erro when use core.runtime (3)
May 17 2017 How to setup DLL and EXE projects in one VS solution (10)
May 17 2017 function overload with mixin template bug? (3)
May 16 2017 D equivalent of C++11's function local static initialization? (1)
May 16 2017 Cheetah: Keeping track of multiple connected clients (6)
May 16 2017 [issue std.regex] Fail to match with negative look-ahead assertion (1)
May 16 2017 Atomicity of file-copying/moving (8)
May 15 2017 Current LDC Android status (2)
May 15 2017 Error: unrecognized switch '--DRT-oncycle=print' => where is switch (2)
May 15 2017 No tempFile() in std.file (14)
May 15 2017 How to move append to an array? (6)
May 14 2017 Structure of Arrays vs Array of Structures (9)
May 14 2017 avoid extra variable during void pointer cast (12)
May 14 2017 What is Base64 part in Base64.encode (4)
May 14 2017 How to write parser? (2)
May 14 2017 D on AArch64 CPU (9)
May 13 2017 code.demangle can't demangle a type. (1)
May 13 2017 Do array literals still always allocate? (14)
May 12 2017 SysTime.fromISOString (1)
May 12 2017 std.getopt and std.datetime (3)
May 12 2017 As many thanks As possible to who crates D and UFCS feature (15)
May 11 2017 Unicode Bidi Brackets in D std library? (5)
May 11 2017 alias and UDAs (4)
May 11 2017 struct File. property size. (4)
May 10 2017 Processing a gzipped csv-file by line-by-line (11)
May 10 2017 subtlety or bug? (2)
May 10 2017 Override property (2)
May 10 2017 Lookahead in unittest (11)
May 10 2017 Problems with Array Assignment? (9)
May 10 2017 How to avoid throwing an exceptions for a built-in function? (28)
May 09 2017 Access specifiers and visibility (6)
May 09 2017 Scope checking on static array struct doesn't kick in (5)
May 08 2017 Converting a string[] to char** (7)
May 08 2017 Structure of platform specific vs non platform specific code (8)
May 07 2017 enum tuple subscript as template parameter => Tuple(A(0)) must be an (1)
May 07 2017 Deprecation: foo.bar is not visible from module traits (2)
May 07 2017 Error writing file a *.obj (9)
May 07 2017 File Input (12)
May 07 2017 How can I pass an argument to rdmd --evel= (6)
May 06 2017 get vtable size (3)
May 06 2017 How to get field default value at CT (2)
May 06 2017 std.algorithm can not be used inside pure functions? (6)
May 05 2017 MAKELCID C++ translation (3)
May 05 2017 Trying to understand DIP1000 (3)
May 05 2017 How to declare "abstract" delegates list? (4)
May 05 2017 opCall with struct alias this (3)
May 05 2017 Looking for an equivalent to C++ std::getline in D (26)
May 05 2017 What's a good wat to trunctate a time point (4)
May 03 2017 Equivalent to nullptr (6)
May 03 2017 Productive vibe.d dev environment (IDE, debugger) on Linux? (5)
May 03 2017 How to check if object is an instance of generic class? (7)
May 03 2017 visibility deprecation with last dmd compiler (2)
May 03 2017 The .obj file, what is it? (4)
May 02 2017 Why does this compile (method in class without return type) (13)
May 02 2017 Member delegate/fp to another member in same object? (3)
May 02 2017 Top level associative arrays (11)
May 01 2017 "Rolling Hash computation" or "Content Defined Chunking" (4)
May 01 2017 Porting Java code to D that uses << and >>> operators (13)
May 01 2017 Using the same name for diffrent entities (3)
May 01 2017 parallel foreach (3)
Apr 30 2017 Is dmc package still required? (1)
Apr 30 2017 Stack Trace format (2)
Apr 30 2017 How to correctly generate enums at compile time. (6)
Apr 30 2017 protected behaviour on base class member access from another module (2)
Apr 30 2017 String Comparison Operator (7)
Apr 30 2017 Transitive bit-packing of fields (3)
Apr 29 2017 alloca without runtime? (6)
Apr 29 2017 Problem with using readln. (12)
Apr 29 2017 alias can't find symbol or can't use symbol (8)
Apr 29 2017 User input; quick question. (3)
Apr 29 2017 interfacing Cpp - GCC Dual ABI abi_tag in name mangling (5)
Apr 28 2017 get parameters of a function (5)
Apr 28 2017 C++ Interfacing:'static' array function parameter contradiction (16)
Apr 28 2017 problem with std.variant rounding (11)
Apr 27 2017 Understanding lvalue and rvalue (4)
Apr 27 2017 Can't break App execution by ctrl+c (4)
Apr 27 2017 readf interferes with readln (3)
Apr 26 2017 scoped classes (11)
Apr 26 2017 generate a simple quiz (1)
Apr 26 2017 Persistent key-value-store for D? (7)
Apr 25 2017 How to fix date format? (8)
Apr 25 2017 Set Intersection and Set Difference on Compile-Time lists (4)
Apr 25 2017 Why File is exists in std.stdio and in std.file? (3)
Apr 24 2017 How to overload member function pointer and a regualr member function (9)
Apr 23 2017 COM Expertise needed: COM Callbacks (14)
Apr 23 2017 Get name of current function (4)
Apr 23 2017 using shared effectively in a producer/consumer situation. (4)
Apr 23 2017 function type parameter inference not working (7)
Apr 23 2017 Output-Range and char (4)
Apr 22 2017 Binding a udp socket to a port(on the local machine) (2)
Apr 22 2017 multi-dimensional array whole slicing (7)
Apr 22 2017 typeof(this) return wrong type (8)
Apr 21 2017 Compile time foreach with switch (6)
Apr 21 2017 Algebra With Types (7)
Apr 21 2017 DMD requirements (VC runtime version) where? (3)
Apr 21 2017 htod for linux (8)
Apr 21 2017 Playing arround with mixin - alias? (8)
Apr 20 2017 Problems with Zlib - data error (6)
Apr 19 2017 GC: Understanding potential sources of false pointers (7)
Apr 19 2017 Windows X64 Calling conventions (3)
Apr 19 2017 Can we disallow appending integer to string? (14)
Apr 18 2017 How to get return type of current method? (5)
Apr 18 2017 Out of data wiki (2)
Apr 18 2017 Cleaning up Dub/Dmd builds (4)
Apr 18 2017 The app hanging after reach 1750MB of RAM (11)
Apr 17 2017 if auto and method call (5)
Apr 17 2017 Recently added __equal (3)
Apr 17 2017 Empty Result (5)
Apr 17 2017 refRange with non copyable struct (7)
Apr 17 2017 check Input (4)
Apr 17 2017 hidden passing of __FILE__ and __LINE__ into function (15)
Apr 17 2017 Can't pass data from filter to each (3)
Apr 16 2017 D version of C# code (3)
Apr 16 2017 Stuck with DMD, and Unit-Threaded (8)
Apr 15 2017 SFML gcc - MacOS (5)
Apr 15 2017 What is a few good ways to parse tokens with cassv (1)
Apr 15 2017 std.net.curl: how to abort operation (1)
Apr 15 2017 Duplicated functions not reported? (8)
Apr 14 2017 Cannot build dfix, dcd with dub (1)
Apr 14 2017 Why map return [] ? (6)
Apr 14 2017 Compilation problems with GDC/GCC (10)
Apr 14 2017 Can't build simple project. Very strange errors (11)
Apr 14 2017 Deduplicating template reflection code (7)
Apr 13 2017 Regex multiple matches (2)
Apr 13 2017 ordered Associative array (3)
Apr 13 2017 Generating switch at Compile Time (5)
Apr 13 2017 using joyent manta public cloud storage service (1)
Apr 13 2017 ndslice summary please (8)
Apr 12 2017 a newbie problem regarding splitter() (3)
Apr 12 2017 ctRegex with variable? (3)
Apr 12 2017 Use of "T" (6)
Apr 12 2017 CTFE using of replaceAll from std.regex posible? (2)
Apr 12 2017 Practical difference between template "alias" arguments/normal generic (4)
Apr 11 2017 warning: pointer not aligned at address (4)
Apr 11 2017 What is this error message telling me? (4)
Apr 10 2017 Get method address from alias? (1)
Apr 10 2017 Dub and compilation (7)
Apr 10 2017 Dub, Git, Mercurial, Bazaar (8)
Apr 10 2017 ctfe append too slow, but can't speed up (3)
Apr 10 2017 Tell compiler not to try and CTFE template? (2)
Apr 10 2017 length = 0 clears reserve (5)
Apr 10 2017 Forwarding calls to objects of another type (5)
Apr 10 2017 BigFloat? (3)
Apr 10 2017 Test if a class is extern(c++) (3)
Apr 10 2017 DUB mismatch between project structure and dub.json contents (3)
Apr 10 2017 URL (or URI) Pegged grammar - is it exists? (1)
Apr 09 2017 Compiling debug missing errors (3)
Apr 09 2017 Strange CTFE issue, string replacement (4)
Apr 09 2017 std.socket classes (11)
Apr 08 2017 Variable Arguments (2)
Apr 08 2017 Does the CTFE engine reuse variables? (2)
Apr 08 2017 BinaryHeap crashes upon insertion if heapified with an array of length (3)
Apr 08 2017 -fPIC and 32-bit dmd.conf settings (5)
Apr 08 2017 GNU Guile D language interop (4)
Apr 08 2017 Convert this C macro kroundup32 to D mixin? (9)
Apr 07 2017 overring binary (2)
Apr 07 2017 Using template mixin, with or without mixin ? (7)
Apr 07 2017 Is DMD breaking BigInt? (10)
Apr 06 2017 Creating Tuple or AliasSeq (5)
Apr 06 2017 Function names and lambdas (8)
Apr 06 2017 Spreading D Arrays (2)
Apr 05 2017 is char[] faster than string? (6)
Apr 05 2017 Single exe vibe.d app (11)
Apr 05 2017 pyd: implementing __hash__ and __str__ for PyD wrapped classes (3)
Apr 04 2017 cmake-d and gdc/gdmd compiler (4)
Apr 04 2017 Testing D codes (11)
Apr 03 2017 Issue in _d_dso_registry on Linux when unloading DSO's (1)
Apr 03 2017 opDispatch/template get this (2)
Apr 03 2017 how to make interface with return auto (3)
Apr 02 2017 Covert a complex C header to D (12)
Apr 02 2017 Write file at compile time? (9)
Apr 02 2017 delegate with optional parameters (8)
Apr 02 2017 Experimental xml set up (3)
Apr 01 2017 clz (3)
Apr 01 2017 Need advice on using DUB registry (4)
Apr 01 2017 Interfacing C++ to D (8)
Mar 31 2017 Building DMD (7)
Mar 30 2017 pointer not aligned (6)
Mar 30 2017 64-bit DMD (2)
Mar 30 2017 CT aggregate computations (5)
Mar 29 2017 Memory Allocation (9)
Mar 29 2017 Why is this legal? (14)
Mar 28 2017 What is the state of scope function parameter? (5)
Mar 28 2017 C++ namespace mangling: bug or me being stupid? (4)
Mar 28 2017 How to continue after the book? (11)
Mar 26 2017 how to define my own traits (6)
Mar 26 2017 really why module declarations? (6)
Mar 25 2017 foreach, is and pointer (2)
Mar 25 2017 Howto catch SocketOSException? (9)
Mar 25 2017 union.sizeof (14)
Mar 25 2017 'fopen64 cannot be interpreted at compile time' for __gshared File (4)
Mar 24 2017 Optimising JSON parsing leads to wierd execution timings (3)
Mar 24 2017 Comparing two AliasSeq (6)
Mar 24 2017 COM2D Wrapper (6)
Mar 24 2017 Virtual nested classes and "this" (1)
Mar 23 2017 How to use C code in D (4)
Mar 23 2017 Exporting template function instances to C (9)
Mar 23 2017 high performance client server solution in D? (5)
Mar 23 2017 Undefined Reference calling D from C using static linking (7)
Mar 22 2017 how to test if member of instance exists/defined? (6)
Mar 22 2017 template alias parameter vs type parameter. (2)
Mar 22 2017 Weird template error in Phobos (after editing) that I can't quite get. (2)
Mar 22 2017 Using filter with std.container.Array. (5)
Mar 21 2017 questions about dub (8)
Mar 21 2017 Derelict SDL segfaulting on ubuntu? (13)
Mar 21 2017 Delay allocating class instance in stack. (12)
Mar 20 2017 Issue with typeof (7)
Mar 20 2017 Is it std.regex, or is it me. (2)
Mar 20 2017 Does "dub test" run tests? (1)
Mar 19 2017 exceptions thrown when running app with failed unittests (9)
Mar 19 2017 Inplace toLower() (3)
Mar 18 2017 How to COM interfaces work (7)
Mar 18 2017 '_input' field not found in MapResult (1)
Mar 18 2017 Error: out of memory (11)
Mar 18 2017 'Access Violation Error' with parallel-foreach loop (6)
Mar 18 2017 trying to use nightly in windows 10 x64 (2)
Mar 18 2017 Enums and immutables (3)
Mar 18 2017 Building custom library package with dub (6)
Mar 18 2017 We can't have alias of instantiated auto ref functions? (1)
Mar 17 2017 GitHub detects .d source as Makefile? (7)
Mar 17 2017 Get most D type from type (14)
Mar 17 2017 List Comprehension equivalent (12)
Mar 16 2017 bug in foreach continue (24)
Mar 16 2017 multi compare (3)
Mar 16 2017 first try (10)
Mar 16 2017 How to get inner most nested struct (4)
Mar 16 2017 Implementing casting outside of the target struct (2)
Mar 16 2017 Using packages: undefined reference to main (3)
Mar 16 2017 std.digest toHexString (42)
Mar 16 2017 Sorting Assosiative Arrays and Finding Largest Common Substring (3)
Mar 16 2017 How delegate context work? (2)
Mar 16 2017 Cannot compile dmd2 (1)
Mar 15 2017 real simple manifest constant question probably regret asking... (4)
Mar 15 2017 Safe COM Variant (1)
Mar 15 2017 [vibe.d] How to create authentication system via REST interface? (4)
Mar 14 2017 debug mixins (5)
Mar 14 2017 Function Template Overloading (3)
Mar 14 2017 strange CFTE issue (8)
Mar 14 2017 Acruvex dll in D (1)
Mar 14 2017 Filter out common object functions (3)
Mar 14 2017 Inline mixin (2)
Mar 14 2017 Function pointer pitfalls (5)
Mar 14 2017 Testing directory processing codes (1)
Mar 14 2017 listdir (2)
Mar 14 2017 groupBy in D? (1)
Mar 14 2017 What is PostgreSQL driver is most stable? (14)
Mar 14 2017 Using chunks with Generator (3)
Mar 13 2017 Null-Safe Dereference Operator (3)
Mar 13 2017 code folding (25)
Mar 13 2017 Phobos function to check if files are identical? (10)
Mar 13 2017 Recursive template instantiation (7)
Mar 13 2017 How can I get changed members in class object? (1)
Mar 12 2017 Declaring interfaces with a constructor (6)
Mar 12 2017 how to assign tuple named Tuple easily (9)
Mar 12 2017 scope(~this) (17)
Mar 12 2017 Template specialisation for range of types (13)
Mar 12 2017 GDC options (7)
Mar 12 2017 Code style for property (6)
Mar 11 2017 Best ways to declare associative arrays (4)
Mar 11 2017 Is there a more elegant way to do this? (3)
Mar 11 2017 I think is a bug? (3)
Mar 11 2017 Dub and bindings (1)
Mar 11 2017 C interface provides a pointer and a length... wrap without copying? (6)
Mar 11 2017 Problem building DMD (4)
Mar 11 2017 Can you fix this code to avoid using pointers? (10)
Mar 10 2017 DMD win32.mak error (5)
Mar 10 2017 Comparing Instances of Classes (10)
Mar 10 2017 How to write document for methods under static if? (2)
Mar 09 2017 TLS (10)
Mar 09 2017 can I overload operators as extension methods? (2)
Mar 09 2017 safe console input? (4)
Mar 09 2017 Get list of public methods of struct (3)
Mar 09 2017 DMD default safety command line switch (7)
Mar 09 2017 Where do you test syntax of D regexp online? (12)
Mar 09 2017 core.sys.windows.winldap (4)
Mar 08 2017 Best way to manage non-memory resources in current D, ex: database (5)
Mar 08 2017 Is it possible to use std.experimental.allocator without the runtime (3)
Mar 07 2017 DMD + Dynamic Library. (10)
Mar 07 2017 DUB specify version identifier on command line? (3)
Mar 07 2017 Passing macros from commandline or enumerating versions (4)
Mar 07 2017 Date formatting in D (11)
Mar 07 2017 removing module level from ddox output (1)
Mar 07 2017 Cconditional expression in return statement. Bug? (3)
Mar 07 2017 Can i using D & LLVM & SDL2 for Android? (11)
Mar 06 2017 How to compile against GitHub fork of Phobos? (6)
Mar 06 2017 index of ddocs (3)
Mar 05 2017 Writing pattern matching macros in D. (5)
Mar 05 2017 Best memory management D idioms (11)
Mar 05 2017 Question about vibe.conf file (2)
Mar 04 2017 Problems with setting up dub for publication (4)
Mar 04 2017 In Expressions (5)
Mar 03 2017 How to get dub to work when I have dlang installed in custom (3)
Mar 03 2017 Split Real / Float into Mantissa, Exponent, and Base (3)
Mar 03 2017 Problem with send / receive (1)
Mar 02 2017 I do not understand what the problem is in this code. (3)
Mar 02 2017 Floating point rounding (6)
Mar 02 2017 Always std.utf.validate, or rely on exceptions? (5)
Mar 01 2017 Libharu D binding harud unicode support (2)
Mar 01 2017 rdmd with a file with no extension (2)
Feb 28 2017 How do I get names of regex captures during iteration? Populate AAs (1)
Feb 28 2017 Alignment of struct containing SIMD field - GDC (8)
Feb 28 2017 Getting underlying struct for parseJSON (6)
Feb 28 2017 Mixing libraries (6)
Feb 28 2017 Building a project with CMAKE (13)
Feb 28 2017 foreach for string[string]AA (10)
Feb 27 2017 How to enforce compile time evaluation (and test if it was done at (12)
Feb 27 2017 getSymbolsByUDA toSymbols error instantiating (2)
Feb 27 2017 Package visibility strange behaviour (2)
Feb 26 2017 How to specify --arch option in dub.json (1)
Feb 26 2017 Parallel foreach over AliasSec? (7)
Feb 26 2017 code D'ish enough? - ignore previous post with same subject (7)
Feb 26 2017 code D'ish enough? (1)
Feb 26 2017 Can't rending DT template (4)
Feb 25 2017 DMD JSON output (2)
Feb 25 2017 trick to make throwing method nogc (8)
Feb 25 2017 [Beginner]Variable length arrays (3)
Feb 25 2017 Pointers vs functional or array semantics (4)
Feb 25 2017 Calling destroy on struct pointer (10)
Feb 24 2017 Recommend: IDE and GUI library (16)
Feb 23 2017 Big Oversight with readln? (5)
Feb 23 2017 ddoc: Can I escape a colon? (13)
Feb 23 2017 Debugging D applications from VS code with webfreak.debug (7)
Feb 23 2017 template parameter inference and introspection (6)
Feb 23 2017 RAII (11)
Feb 22 2017 simple static if / traits question... (6)
Feb 22 2017 Checking, whether string contains only ascii. (14)
Feb 22 2017 Serializer class (6)
Feb 22 2017 About void[] and asockets (6)
Feb 21 2017 FEM library? (5)
Feb 21 2017 Vibe.d: Listening to port 8080 on external device doesn't work (4)
Feb 21 2017 How do I use CTFE to generate an immutable associative array at (18)
Feb 21 2017 Type conversions in D (4)
Feb 21 2017 Is autodecoding being phased out? (5)
Feb 20 2017 Multiplatform development[DOUBT] (2)
Feb 20 2017 Returning the address of a reference return value in safe code - (5)
Feb 20 2017 align(n) outside struct useless? (4)
Feb 20 2017 Getting nice print of struct for debugging (9)
Feb 20 2017 Class Order Style (8)
Feb 19 2017 Create doc simultaneously with compilation (3)
Feb 19 2017 Force inline (15)
Feb 19 2017 segmentation fault with Object.factory() (4)
Feb 19 2017 JustQuestion: Are 'D' had a browser library? (5)
Feb 18 2017 How to get the type of a derived class in a method of its base class? (4)
Feb 18 2017 Hello, folks! Newbie to D, have some questions! (47)
Feb 18 2017 multi-dimensional arrays, not arrays of arrays (3)
Feb 17 2017 Converting multiple inheritance code into C ++ for D language (11)
Feb 17 2017 scope with if (4)
Feb 17 2017 how to pass stderr to core.stdc.stdio.fileno (8)
Feb 17 2017 Error reading char in read (6)
Feb 16 2017 Flat file CMS in D? (1)
Feb 16 2017 isNumeric bugfix or 2.072 regression? (2)
Feb 16 2017 How to use D-language polymorphism? (2)
Feb 16 2017 Copying and moving directories (10)
Feb 16 2017 Can't send messages to tid spawned in a Windows DLL. Bug? (3)
Feb 15 2017 opApply with Type Inference and Templates? (4)
Feb 15 2017 Declaring constant references in struct members (5)
Feb 15 2017 User imput string int and float[DOUBT] (7)
Feb 15 2017 Convert call to a string (6)
Feb 15 2017 Get the address of an object, within the object itself (5)
Feb 15 2017 Getting a segfault here, why? (4)
Feb 15 2017 A bug? (4)
Feb 15 2017 Better than "Clock.currStdTime()/10000000" (5)
Feb 14 2017 link.exe Error: 'Offset 38C42H Record Type 00C3' (3)
Feb 13 2017 Policy-based design in D (4)
Feb 13 2017 Creating an array of immutable objects (5)
Feb 13 2017 Alias type with different initialiser. (12)
Feb 11 2017 Why can't I init a new var from const var? (3)
Feb 11 2017 usage of ref foreach with variadic functions fails with "cannot be (5)
Feb 10 2017 Gc collects trigger access violation exception (3)
Feb 10 2017 DerelictFmodStudio not found... (3)
Feb 10 2017 Mallocator and 'shared' (21)
Feb 10 2017 Why is for() less efficient than foreach? (8)
Feb 10 2017 Why do static arrays affect executable size? (6)
Feb 10 2017 std.datetime (6)
Feb 09 2017 Getting familiar with std.process (3)
Feb 09 2017 Can this implementation of Damm algorithm be optimized? (24)
Feb 09 2017 fix for sample mandelbrot code from documentation -- latest gdc has (1)
Feb 09 2017 Strange behaviour of rdmd vs. dmd concerning main function (10)
Feb 09 2017 Factory using an alias template parameter to set a member of the new (4)
Feb 09 2017 Static array size? (6)
Feb 08 2017 Cross-compile with LDC (5)
Feb 08 2017 Implementation of B+ trees (1)
Feb 07 2017 How do I call a C++ struct default constructor from D? (6)
Feb 07 2017 Why File.rawRead is system? (3)
Feb 07 2017 Pass type directly to a template function? (5)
Feb 06 2017 Natural sorted list of files (11)
Feb 05 2017 Append variadic template parameters (4)
Feb 05 2017 Initialization of dynamic multidimensional array (12)
Feb 05 2017 Need help to compile code with traits (3)
Feb 04 2017 "template with auto ref" experiment (5)
Feb 04 2017 Can't iterate over range (4)
Feb 04 2017 module specification for variables (2)
Feb 03 2017 Fiber overhead (4)
Feb 03 2017 Is there anything fundamentally wrong with this code? (8)
Feb 03 2017 Any full-text search library (2)
Feb 02 2017 The reason of vibed slow down (request timeout) (5)
Feb 02 2017 offline library reference documentation (3)
Feb 02 2017 Can you read the next line while iterating over byLine? (13)
Feb 01 2017 dep files (1)
Feb 01 2017 std.system reports win32 when running OS X (5)
Feb 01 2017 How to Exec Store Procedure For MySql in D? Thanks (1)
Feb 01 2017 Does vibe.d support setting cookies? (4)
Feb 01 2017 Convert struct to set of fields and pass it's to constructor (3)
Feb 01 2017 Can't find the reason of issue: (6)
Jan 31 2017 GC question (16)
Jan 31 2017 capture stdout or stderr (4)
Jan 31 2017 struct: default construction or lazy initialization. (9)
Jan 31 2017 Associative array literal: length wrong when duplicate keys found (4)
Jan 31 2017 Syntax of isExpression (3)
Jan 31 2017 Minimum PR size (4)
Jan 30 2017 embedding a library in Windows (12)
Jan 30 2017 Why fatal log throw object.Error (0) on console? (3)
Jan 30 2017 Another bug? (5)
Jan 30 2017 Yield from function? (14)
Jan 30 2017 Bug in generator (3)
Jan 28 2017 D and Oracle Pro*C (2)
Jan 28 2017 size of a string in bytes (10)
Jan 27 2017 Concurrent containers (2)
Jan 27 2017 Partial arrays reclaimed? (6)
Jan 27 2017 Reflection in D (12)
Jan 27 2017 A matter of propiety (2)
Jan 27 2017 Problems compiling sqlite-d (28)
Jan 27 2017 D package for optimizing/compressing images (7)
Jan 26 2017 When I should create structures with new keywords? (2)
Jan 26 2017 Bug in documentation or misunderstanding it? (6)
Jan 26 2017 D idom for removing array elements (29)
Jan 25 2017 Min, max of enum (3)
Jan 25 2017 How does cast(SomeObj) (cast(void*) ptrFromC) work? (1)
Jan 25 2017 Are there plans to make mono D work with current version? (5)
Jan 25 2017 returning 'ref inout(T)' - not an lvalue? (3)
Jan 24 2017 Can compiler profile itself? (3)
Jan 24 2017 Learning resources (5)
Jan 24 2017 Object function cannot change member when called from callback? (1)
Jan 24 2017 DUB and LTO? (3)
Jan 24 2017 alias and UFCS (7)
Jan 24 2017 Why is &array[0] safer than array.ptr? (20)
Jan 24 2017 Is it possible to "cache" results of compile-time executions between (10)
Jan 23 2017 Safely moving structs in D (7)
Jan 23 2017 Multiple return type or callback function (3)
Jan 23 2017 Confirming and uninstantiated struct (4)
Jan 23 2017 General performance tips (5)
Jan 22 2017 Output range and writeln style functions (5)
Jan 22 2017 Can't understand if deallocation happens? (13)
Jan 22 2017 dub subpackage output to shared lib not working (6)
Jan 22 2017 Why does multidimensional arrays not allocate properly? (5)
Jan 21 2017 Calls `this(this)` extra with delegate stuff in the code (7)
Jan 21 2017 Compile to C? (14)
Jan 21 2017 Profiling calls to small functions (4)
Jan 20 2017 nogc and opengl errors check (4)
Jan 20 2017 working with and installing multiple versions of dmd and D's (4)
Jan 20 2017 Strange Bug (4)
Jan 19 2017 with not working wtih BitFlags (4)
Jan 19 2017 Making .exe (4)
Jan 19 2017 Phobos: Determining number of hours or minutes or seconds till now (7)
Jan 19 2017 Mixin template confusion / compiler error. (7)
Jan 18 2017 cannot alias array ;/ (6)
Jan 18 2017 Intelligent enums (3)
Jan 18 2017 alias not valid with ~ (9)
Jan 18 2017 switch statement with variable branches (4)
Jan 18 2017 __traits(isRef, this) cannot distinguish l-value- from r-value-passed (2)
Jan 18 2017 Assigning &this in constructor. (5)
Jan 18 2017 Returning Arrays from Functions (5)
Jan 18 2017 Function template advice (3)
Jan 18 2017 Problems with stored procedure using the mysql-native library. (2)
Jan 17 2017 DMD Refuses to Compile Multiple Source Files (15)
Jan 17 2017 iterating through members of bitfields (11)
Jan 17 2017 Printing a floats in maximum precision (5)
Jan 17 2017 Where is floating point next{Up,Down}? (4)
Jan 17 2017 C++-style mutable members (5)
Jan 17 2017 How can I implement this in D: a variant array of varying function (3)
Jan 17 2017 Gtkd how to filter TreeView according to user input (3)
Jan 16 2017 Chain a range of ranges? (2)
Jan 16 2017 Initializing floating point types with explicit mantisa and exponent (7)
Jan 16 2017 Thread will get garbage collected? (7)
Jan 16 2017 version identifier hygiene (2)
Jan 16 2017 Namespaces like C++ (4)
Jan 16 2017 Changing template parameters (4)
Jan 16 2017 emplacing extern(C++) class (1)
Jan 16 2017 Dub and cleaning (1)
Jan 16 2017 Dub, SDL, and Subpackages (3)
Jan 15 2017 Is it ok to inherit multiple times same templated interface? (5)
Jan 15 2017 Quine using strings? (10)
Jan 15 2017 How to repeat structure C++ (4)
Jan 15 2017 Querying parameter passing semantics for `auto ref const` variables (5)
Jan 15 2017 Using Dub (12)
Jan 15 2017 std.container.array.Array is not nogc? (4)
Jan 14 2017 Convert duration to years? (15)
Jan 14 2017 Accessing a function within an object's superclass from the outside (8)
Jan 14 2017 Gtkd how to add double value to liststore (3)
Jan 14 2017 writeln and ~ (4)
Jan 14 2017 Referring to array element by descriptive name (6)
Jan 13 2017 switch to member (10)
Jan 13 2017 Converting from DirIterator to string[] without a loop (3)
Jan 13 2017 Hopefully a simple question... (3)
Jan 12 2017 Merging two arrays in a uniform order (4)
Jan 12 2017 MSVC path on windows (2)
Jan 12 2017 Is there a way to get a compile-time list of all user classes? (2)
Jan 12 2017 Unexpected behavior when using both alias this and object pointer (3)
Jan 11 2017 Linking C Headers to D (2)
Jan 11 2017 Auto recursive function (10)
Jan 10 2017 taggedPointer to char array on heap (7)
Jan 09 2017 Vibe.d: Implementing file upload with WEB interface (2)
Jan 09 2017 Delegate parameter name shadows type name (6)
Jan 08 2017 Need some help understanding PyD (3)
Jan 08 2017 Mixin in Inline Assembly (17)
Jan 08 2017 Getch() Problem: C vs D (18)
Jan 08 2017 opOpAssign on object properties (5)
Jan 07 2017 Primality test function doesn't work on large numbers? (6)
Jan 07 2017 template instance does not match template declaration (4)
Jan 07 2017 Iterate module membres (10)
Jan 06 2017 compile-time test against dmd/phobos version number (3)
Jan 06 2017 Sorting with unaryFun predicate (3)
Jan 06 2017 D bindings for TensorFlow (2)
Jan 04 2017 Stack Space & Ackermann (8)
Jan 04 2017 Does anyone know of an sdl-mode for Emacs? (3)
Jan 04 2017 Parsing a UTF-16LE file line by line? (21)
Jan 03 2017 Clustering with vibe.d (session, file storage, caching, db) (1)
Jan 03 2017 Resources for using std.allocator (4)
Jan 03 2017 code.dlang.org package readme.md (3)
Jan 02 2017 String characters not extended (6)
Jan 02 2017 Imports incorrectly part of "allMembers" trait output? (4)
Jan 02 2017 Mysql-native - full database backup (5)
Jan 01 2017 Dub build for x86_64 on windows (2)
Jan 01 2017 DIP-1000 and return (7)
Jan 01 2017 Standard output does not get flushed in cygwin? (4)
Dec 31 2016 Reducing visual clutter. (4)
Dec 29 2016 Unittest hangs on completion (21)
Dec 28 2016 Android Status (26)
Dec 27 2016 CTFE difference between dmd and ldc2 (8)
Dec 21 2016 Variadic function parameters passed by move (8)
Nov 23 2016 How to get the name for a Tid (3)
Nov 18 2016 the best language I have ever met(?) (52)
Oct 20 2016 Sorted ranges in combined sorted order? (6)
Oct 14 2016 Missing functionality in std.process? (3)
Oct 10 2016 MemberDefaults trait (3)
Oct 02 2016 Implicit casting of int enum members to int (5)
Oct 01 2016 Get date at compile time (8)
Sep 17 2016 Really easy optimization with std.experimental.allocator (2)
Sep 07 2016 forwarding build type to dependencies with dub (2)
Sep 01 2016 testing for deprecation (9)
Aug 26 2016 using .init reliably (13)
Aug 25 2016 std.functional.compose compilation error (12)
Jul 26 2016 Check of point inside/outside polygon (14)
Jun 12 2016 Accessing COM Objects (33)
May 16 2016 How to find the content of core.sys.* ? (5)
May 14 2016 Why doesn't this chain of ndslices work? (5)
May 03 2016 Strange stack variable corruption error after calling extern(C) (12)
Mar 16 2016 Solution to "statement is not reachable" depending on template (21)
Feb 26 2016 GStreamer and D (9)
Nov 06 2015 Why my app require MSVCR120.dll? (13)
Oct 06 2015 What is the postfix for min long value? (6)
Aug 01 2015 Array start index (30)
Jul 13 2015 Using executeShell in multiple thread causes access violation error (5)
Jul 09 2015 I'm getting NAN out of nowhere (10)
Jun 12 2015 Conditional Compilation Multiple Versions (16)
Jan 30 2015 Time from timestamp? (19)
Jan 17 2015 Getting a safe path for a temporary file (19)
Sep 04 2013 Multidimensional dynamic array of strings initialized with split() (6)
Jun 17 2013 make Pid constructor public (3)
Mar 13 2013 What do you use to generate documentation? (15)
Aug 14 2012 Sudoku Py / C++11 / D? (72)
Nov 04 2011 Where do you get implib (4)
Other years:
2024 2023 2022 2021 2020 2019 2018 2017 2016 2015 2014 2013 2012 2011 2010 2009 2008 2007 2006 2005