www.digitalmars.com         C & C++   DMDScript

news.digitalmars.com - digitalmars.D.learn

Dec 30 2021    function(pointer) as template argument, explicit template (7)
Dec 30 2021    std.signals: Why emit() not extist? (3)
Dec 30 2021    How to find how many places from left the dot appears in a (3)
Dec 29 2021    How are extra copy constructor parameters used? (6)
Dec 29 2021    Mixin a function into a struct only if no member with that name (4)
Dec 28 2021    Is there a way to make a function parameter accept only values that (18)
Dec 28 2021    opCast + dtor error (3)
Dec 27 2021    Ambiguity issue with expanding and evaluating single template type (13)
Dec 27 2021    AA and struct with const member (13)
Dec 26 2021    How to print unicode characters (no library)? (28)
Dec 25 2021    First time using Parallel (7)
Dec 24 2021    Protected Members in Class (8)
Dec 23 2021    How to gets multi results using tuple in D? (5)
Dec 22 2021    what the closest thing we have to racket's check_expect()? (3)
Dec 22 2021    Double bracket "{{" for scoping static foreach is no longer part of D (7)
Dec 22 2021    Is it possible to exchange the linker with a dub project to use mold (3)
Dec 22 2021    Good intellisense support IDE/Editor? (4)
Dec 20 2021    Thread exits immediately with no reason. (8)
Dec 20 2021    How to properly use variadic templates (functions)? (17)
Dec 20 2021    Small structs: interfacing with C++ potentially broken (4)
Dec 20 2021    How to insert code in place with templates/mixins? (12)
Dec 19 2021    dynamic array + copy ctor (4)
Dec 19 2021    FreeBSD 13 : wrong kernel version and size of kevent_t (34)
Dec 18 2021    ImportC: Should this compile? (5)
Dec 18 2021    Why does is the RandomAccessInfinite interface not a valid (5)
Dec 17 2021    This is bug or not? (immutable class containing struct with dtor) (13)
Dec 16 2021    Is it possible to do this with a template? (8)
Dec 15 2021    Is there a place I can learn LLD inline assembly with GCC syntax? (3)
Dec 14 2021    Immutability and arrays (10)
Dec 14 2021    How to define property type to Array!struct? (8)
Dec 13 2021    Passing a derived class where base class is defined as ref parameter (10)
Dec 13 2021    A debug class has started (18)
Dec 12 2021    How to pass a class by (const) reference to C++ (36)
Dec 12 2021    Restrict type of function parameter to a defined list of types? (6)
Dec 12 2021    template ctor overload Segmentation fault (10)
Dec 11 2021    unit test broken [DUB bug?] (5)
Dec 11 2021    Why code failed to compile for foo2? (14)
Dec 11 2021    ImportC std support (6)
Dec 10 2021    dpq2 documentation broken (2)
Dec 10 2021    Wouldn't the compiler be smart with this shadowing variable? (7)
Dec 09 2021    How to use inheritance when interfacing with C++ classes? (5)
Dec 08 2021    Struct fields and properties as alias members (9)
Dec 08 2021    How to loop through characters of a string in D language? (49)
Dec 07 2021    Any workaround for "closures are not yet supported in CTFE"? (10)
Dec 06 2021    C++ bindings: const(T) dropped in return types of templates ? (4)
Dec 06 2021    How to check for overflow when adding/multiplying numbers? (3)
Dec 05 2021    d strings are the bane of my existance (6)
Dec 03 2021    Mixin template overloads not working (6)
Dec 02 2021    sleeping vs sched_yield (4)
Dec 02 2021    Dub fails to run inside a docker container on MacBook (2)
Dec 02 2021    Running only one instance of the app (5)
Nov 27 2021    Payload Details with std.net.curl:post (8)
Nov 27 2021    from bytes to string (6)
Nov 27 2021    New developments on topic of memset, memcpy and similar (5)
Nov 26 2021    bool empty() const for ranges (3)
Nov 26 2021    I need some help for my DCV update (8)
Nov 25 2021    RFC to: my need for 'static switch' and CT 'static variables' (4)
Nov 25 2021    Attributes (lexical) (11)
Nov 24 2021    What is pure used for? (4)
Nov 24 2021    Include .def definition file information for the linker into a .d (14)
Nov 24 2021    How to use std.windows.registry, there are no documentations. (3)
Nov 22 2021    what i don't like about dub (12)
Nov 20 2021    How to make a new dub subpackage? [Answered] (3)
Nov 19 2021    Efficient way to create/copy immutable struct instance with modified (2)
Nov 19 2021    How to read a single character in D language? (10)
Nov 19 2021    Null pointer in __vptr (11)
Nov 19 2021    Why does this call the copy constructor 2 times and the assigment (3)
Nov 19 2021    Nice example for operator overload resulting in readable linear (1)
Nov 18 2021    Any additions for write-to-file short program (7)
Nov 18 2021    writeln the struct from the alis this Example from the home page (5)
Nov 17 2021    Incomplete words read from file (7)
Nov 17 2021    mixins (5)
Nov 17 2021    Error: template instance does not match template declaration (7)
Nov 16 2021    Simple text editor program (8)
Nov 16 2021    French and Greek strings (3)
Nov 16 2021    Are templated functions always re-constructed? (7)
Nov 16 2021    Data conversion (4)
Nov 16 2021    Using in one class a constant defined in another class (4)
Nov 16 2021    Jupyter notebook with Dlang (2)
Nov 15 2021    arsd.simpledisplay on macos (4)
Nov 15 2021    Exceptions names list (16)
Nov 15 2021    How to deploy single exe application (?) (16)
Nov 15 2021    Make sure lifetime of helper structs is less than owning struct (11)
Nov 14 2021    need `this` on trying to use class method with parallelism Task! or (10)
Nov 13 2021    How to get the location (file, line) of UDA without parens? (3)
Nov 13 2021    D modules (4)
Nov 12 2021    using __traits to get line number of a member (10)
Nov 12 2021    Linker issues with DMD and LDC (1)
Nov 11 2021    How to use dmd code coverage (7)
Nov 11 2021    Is DMD still not inlining "inline asm"? (13)
Nov 10 2021    "need `this` for `s` of type `char*`" error message (4)
Nov 10 2021    Wrong result with enum (10)
Nov 10 2021    Dub says that there is an invalid semVer format, but I don't see how. (6)
Nov 10 2021    vibed how do I convert form values into a struct automatically? (3)
Nov 09 2021    Knowledge is power (1)
Nov 09 2021    Can we do system calls like that in D? (3)
Nov 09 2021    Cannot compile C file using ImportC (22)
Nov 08 2021    dmd 2.098.0: version `GLIBC_2.14' not found (required by (3)
Nov 08 2021    auto ref function parameter causes that non copyable struct is copied? (7)
Nov 08 2021    Does D have any number theory libraries? (3)
Nov 06 2021    in a template, how can I get the parameter of a user defined attribute (3)
Nov 06 2021    Problem using struct with copy constructor with betterC (2)
Nov 05 2021    Crosscompile to Windows (11)
Nov 04 2021    How do I assign attributes of a function to another function? (3)
Nov 04 2021    How do you declare manifest constants? (6)
Nov 04 2021    How to return a reference to structs? (15)
Nov 02 2021    curses/ncurses liberary in D (4)
Nov 02 2021    Completing C code with D style (45)
Nov 02 2021    A problem in converting C code (7)
Nov 02 2021    Average function using Variadic Functions method (5)
Nov 01 2021    Using "strcpy" to assign value to dynamic char array (16)
Nov 01 2021    __cpuid like in C (6)
Oct 31 2021    The type inference everywhere (6)
Oct 29 2021    Strange multithreading error (3)
Oct 29 2021    Does associative array change the location of values? (26)
Oct 28 2021    abs and minimum values (21)
Oct 28 2021    SumType (3)
Oct 27 2021    Bitfileds Error: no identifier for declarator (6)
Oct 27 2021    Linker issues with struct postblit (5)
Oct 27 2021    What is D's "__debugbreak()" equivalent? (8)
Oct 25 2021    Analyze debug condition in template (9)
Oct 25 2021    Error: Could not open 'libcmt.lib' (5)
Oct 24 2021    what's the most efficient way to implement (2)
Oct 24 2021    Possible runtime bug in preprocessing of command line arguments passed (5)
Oct 23 2021    Are there anything like leetcode.com but that supports D? (12)
Oct 23 2021    How can I check a newly set ref value (2)
Oct 23 2021    Is there an alternative to "__FUNCTION__" that gives the actual (9)
Oct 23 2021    Vibe tutorial (5)
Oct 22 2021    Dub failing to use the linker correctly. (8)
Oct 22 2021    TimeoutException for connecting to MySQL using a hunt-entity. (8)
Oct 21 2021    Why do we have Dmain? (9)
Oct 19 2021    Casting between structs of the same size is treated as a bit cast? (2)
Oct 19 2021    Unexpected path of execution (7)
Oct 18 2021    D equivalent to Rust or Scala's Optional and Result and best practice (4)
Oct 18 2021    Question re specific implicit type coercion (4)
Oct 17 2021    Why is opIndexAssign replaced by opSlice here? (6)
Oct 16 2021    std.format doesn't want to work (9)
Oct 16 2021    Obtaining type and value of a variable named in another variable (7)
Oct 15 2021    std.zip expand: memory allocation failed (16)
Oct 15 2021    How to make a function that accepts optional struct but can accept (8)
Oct 15 2021    Can we use "ImportC" used yet? (26)
Oct 14 2021    Threading challenge: calculate fib(45) while spinning (9)
Oct 14 2021    Parameter forwarding (8)
Oct 14 2021    How to check if value is null, today? (5)
Oct 13 2021    Structured binding declaration (like in C++) (4)
Oct 13 2021    __traits(compiles) is true with warnings as errors (4)
Oct 12 2021    tkd does not build anymore after 2.096 (8)
Oct 12 2021    problem with alias this and Tuple (5)
Oct 12 2021    How to test if a string is pointing into read-only memory? (7)
Oct 11 2021    Linker error (3)
Oct 11 2021    I need a detailed document about druntime. (5)
Oct 10 2021    Output Range Problem? How to make it work? (4)
Oct 10 2021    What is the proper way to outline static-if-conditions ? (9)
Oct 10 2021    Traits in a template enum (5)
Oct 10 2021    What is a "comma expression"? (5)
Oct 10 2021    How to do a function pointer to "malloc" and "free"? (12)
Oct 10 2021    How to "stringnify"? (6)
Oct 09 2021    Create array from range (4)
Oct 09 2021    UFC creating name conflict (3)
Oct 07 2021    Obtain pointer from static array literal (11)
Oct 06 2021    Windows printing (9)
Oct 06 2021    Managing malloced memory (14)
Oct 03 2021    Python's list equivalent with std.variant? (5)
Oct 03 2021    Better debugging? (9)
Oct 02 2021    Regular Templates May Be `mixin`d? (4)
Oct 02 2021    Template mixin problem with EnumMembers (3)
Oct 02 2021    avoid codegen pass (7)
Oct 01 2021    Local module dependancy using dub (4)
Oct 01 2021    How use ldc pragmas? (7)
Oct 01 2021    Sort bug / strangeness (4)
Oct 01 2021    Mutually recursive template expansion (7)
Sep 30 2021    Dynamically binding to D code using extern(D) (4)
Sep 30 2021    Rather Bizarre slow downs using Complex!float with avx (ldc). (4)
Sep 30 2021    Code coverage exit code 1 on failure? (1)
Sep 29 2021    0 cost template instantiation (13)
Sep 29 2021    Why sometimes stacktraces are printed and sometimes not? (5)
Sep 28 2021    Using D "rocket" logo in outside presentation (4)
Sep 28 2021    Understanding range.dropBackOne (3)
Sep 27 2021    Modules ... "import" vs. "compilation" ... what is the real process (6)
Sep 27 2021    Mixin programming foreach (10)
Sep 27 2021    abstract classes and interfaces (7)
Sep 27 2021    Inheriting function template from super class (4)
Sep 26 2021    AVX for math code ... avx instructions later disappearing ? (3)
Sep 26 2021    Where is the core.sys (and std.windows) documentation? (2)
Sep 26 2021    write struct as raw data to file (10)
Sep 25 2021    LDC 1.28.0-beta1 (3)
Sep 25 2021    bindbc-lua :: Return tables from D (2)
Sep 25 2021    How to convert PDF to PNG using DMagick? (4)
Sep 25 2021    automatic NaN propogation detection? (3)
Sep 23 2021    associative array with element type struct ? (3)
Sep 23 2021    Casting JSONValues arrays to native arrays ... ??? ... (6)
Sep 22 2021    foreach(ubyte j;0 .. num) is bugging out (4)
Sep 22 2021    toString and code coverage... (3)
Sep 21 2021    better c fibers (6)
Sep 20 2021    Templates for instantiating derived class (3)
Sep 20 2021    How to make clang use a different tk framework version on MacOS? (2)
Sep 20 2021    type in extern declaration (3)
Sep 20 2021    Scope with owner types (2)
Sep 20 2021    Why dtor are not executed when removing a struct from associative (10)
Sep 20 2021    Cannot Instantiate SumType (3)
Sep 20 2021    zsh: command not found: rdmd (5)
Sep 19 2021    D's dll and classes (2)
Sep 18 2021    Extract base type of any array? (3)
Sep 18 2021    MobI? Really? (7)
Sep 18 2021    How to do "C++ classes"? (7)
Sep 17 2021    yet another segfault - array out of bound is not caught by try catch (4)
Sep 17 2021    Is this a compiler aliasing bug? (4)
Sep 16 2021    What is the meaning of future ? (9)
Sep 16 2021    dub segfault and range error handling (3)
Sep 16 2021    Merge 2 structs together (into a single struct)? (6)
Sep 16 2021    GC seems to crash my C-code function (24)
Sep 15 2021    Return complete multi-dimensional array after appending (3)
Sep 15 2021    How can we view source code that has been generated (say via "static (5)
Sep 15 2021    Was this supposed to be allowed? (2)
Sep 15 2021    uint overflow behaviour (4)
Sep 13 2021    Recommendations on parsing XML via an InputRange (2)
Sep 13 2021    Program crash: GC destroys an object unexpectedly (101)
Sep 13 2021    Which operators cannot be overloaded and why not? (15)
Sep 12 2021    Development of the foundation of a programming language (12)
Sep 12 2021    Building several dynamic libraries with one shared GC (7)
Sep 11 2021    Proper way to accept either static or dynamic array as a parameter (5)
Sep 11 2021    File difference module similar to the Linux command "comm" (2)
Sep 11 2021    Array permutations (8)
Sep 10 2021    Ali's Book - Programming in D (13)
Sep 10 2021    GDC - program runs in one thread, DMD - in 4 threads, why? (16)
Sep 09 2021    How to simply parse and print the XML with dxml? (9)
Sep 08 2021    Is std.variant useful for types only known at run time? (5)
Sep 07 2021    Can we rely on LDC respecting "align" (for avx) ?? (4)
Sep 07 2021    Curious effect with traits, meta, and a foreach loop ... mystifies me. (8)
Sep 06 2021    Looking to get typeof parseXML return value (7)
Sep 06 2021    DMD32 D Compiler v2.097.2-dirty ? (2)
Sep 05 2021    "+=" (overloads) with custom array slices on both lhs, and rhs ?? (7)
Sep 05 2021    Forum posting question ... how post a thread question with color (12)
Sep 04 2021    Why can't the DMD compiler accept files or directories with white (3)
Sep 04 2021    why is it a class property cannot be used like a.b ~= c; ? (3)
Sep 04 2021    Absence of isAllocator trait (4)
Sep 04 2021    Piping from terminal into D program (5)
Sep 03 2021    Phobos Unittest (18)
Sep 02 2021    Documentation generator is not working (9)
Sep 02 2021    Run-time setting of immutable variable? (10)
Sep 02 2021    Dustmite and linking error (15)
Sep 01 2021    Need for std.meta.isSame over __traits(isSame) (4)
Sep 01 2021    Singleton Object, calling member functions using UFCS (an "ugly?" (6)
Aug 31 2021    Module import incompatibility (9)
Aug 30 2021    vibe.d: is it possible to use bare HTML with the functionalty of DIET (7)
Aug 30 2021    Question on Immutability (7)
Aug 30 2021    Labelled nogc Working With Inner Scopes (4)
Aug 30 2021    Object.dup? (3)
Aug 30 2021    pipeProcess, interactions with stderr ... I am missing something here (3)
Aug 29 2021    Interpolate dates (2)
Aug 29 2021    template parameters (1)
Aug 29 2021    template parameters (7)
Aug 29 2021    Error load: QtE5Widgets64.dll (3)
Aug 29 2021    Is it legal to remove a key from associative array while iterating (5)
Aug 27 2021    DUB: How to link an external library on Windows 10? (14)
Aug 26 2021    A way to mixin during runtime? (7)
Aug 26 2021    A little help with Ranges (7)
Aug 26 2021    Scope of Mixins (11)
Aug 25 2021    Mixin/static if issue (5)
Aug 25 2021    scope(exit) with expected library (10)
Aug 25 2021    alias this - am I using it wrong? (6)
Aug 24 2021    foreach() behavior on ranges (31)
Aug 23 2021    Possible to overload assignment of struct field ?? (3)
Aug 23 2021    Emacs AutoComplete Tutorial Video for D Language (2)
Aug 23 2021    Unexpected result comparing to null (2)
Aug 22 2021    compile time compression for associatve array literal (5)
Aug 22 2021    dlang opengl / gl / glu /glut library. (4)
Aug 22 2021    Potential strategy for avoiding problems with copy of a struct (9)
Aug 21 2021    modules and mains (6)
Aug 21 2021    implimenting interface function by inheriting from other class (9)
Aug 21 2021    Unqualified class name (8)
Aug 21 2021    C to D convertor (5)
Aug 20 2021    Lexicographical object comparison by selected members of a struct (9)
Aug 20 2021    Why the very same code works in main and not in unittest? (2)
Aug 20 2021    classify a user struct as an "array" or "slice" (3)
Aug 19 2021    "...cannot be interpreted at compile time" I can't find the source of (3)
Aug 19 2021    D equivalent of C++ explicit (7)
Aug 19 2021    How to call destructor before free without dropping nogc? (10)
Aug 18 2021    Quotes and backticks together in a raw string (3)
Aug 18 2021    Vibe.d error (4)
Aug 18 2021    std.stdio.File is throwing with the message of: "Access Violation" (16)
Aug 17 2021    simple (I think) eponymous template question ... what is proper (17)
Aug 17 2021    Union member positions? (3)
Aug 17 2021    How to get element type of a slice? (16)
Aug 17 2021    Concurrency message passing (6)
Aug 17 2021    Non-consistent implicit function template specializations (15)
Aug 16 2021    DMD compiler - warning of unused variables (5)
Aug 15 2021    Bitfield woes (2)
Aug 15 2021    Getting a working example of opIndexAssign using opSlice ... have (15)
Aug 15 2021    Nondeterministic unittest debugging problem. (5)
Aug 15 2021    how to import .lib library (8)
Aug 14 2021    What exactly are the String literrals in D and how they work? (17)
Aug 14 2021    Looping over Template Types ... possible? (3)
Aug 14 2021    Drawbacks of exceptions being globally allocated (23)
Aug 14 2021    partial initialization of fixed size ("static") arrays (11)
Aug 13 2021    Create alias of same name in inner scope, bug or feature? (5)
Aug 13 2021    How to extend the string class to return this inside the square (16)
Aug 13 2021    Building a unittest executable for a dub Library (1)
Aug 13 2021    aliasing functions with function arguments as well ?? (3)
Aug 13 2021    Anyway to achieve the following (16)
Aug 12 2021    Help with Win32: PostQuitMessage(0) doesn't post WM_QUIT apparently, (12)
Aug 12 2021    Any UML generators for D code? (3)
Aug 12 2021    Unnable to join Discord (4)
Aug 12 2021    I do not understand copy constructors (29)
Aug 11 2021    Cannot catch exception in debug mode (4)
Aug 11 2021    Can't compile with ldc in termux (8)
Aug 11 2021    equivalent of std.functional.partial for templates? (5)
Aug 11 2021    DUB "Error: only one `main` allowed." (6)
Aug 10 2021    No compile time bounds checking for static arrays? (3)
Aug 10 2021    -L/SUBSYSTEM:windows Error when using -m64 (8)
Aug 10 2021    .tupleof for static array (6)
Aug 10 2021    D has the same memory model as C++ (14)
Aug 09 2021    Error when compile with DMD using -m64? (6)
Aug 09 2021    writef, compile-checked format, pointer (9)
Aug 09 2021    nested templates using Complex! with slices, ... confused, I am! (4)
Aug 09 2021    How Add Local modules mymodule.d using DUB? (5)
Aug 09 2021    How elegantly "funnel" all operator overloads or interest through a (1)
Aug 08 2021    How to divide by space keeping words with spaces inside quotes? (6)
Aug 08 2021    input range with non copyable element (3)
Aug 08 2021    Debugging linker errors (2)
Aug 08 2021    using "invariant" with structs ... possible to call when a field value (3)
Aug 08 2021    Proper way to protect (lock) a struct field after initialization ?? (5)
Aug 07 2021    seeking advice: possible new attribute to mark class' default (7)
Aug 07 2021    How suppress (Hide) prompt command console in DMC? Like -mwindows in (4)
Aug 07 2021    What is the value for D to allow assign bool to char/dchar? For me, it (2)
Aug 07 2021    DMC Error: comctl32.lib Error 43: Not a Valid Library File (2)
Aug 06 2021    invariants and compiler flags, best practice? (1)
Aug 06 2021    Tracy (5)
Aug 06 2021    Setting a hard limit on slice size, is this possible? (20)
Aug 05 2021    Generating C Headers From D Code (5)
Aug 05 2021    Conditional compilation: Which version identifier for release code ? (7)
Aug 04 2021    best/proper way to declare constants ? (23)
Aug 04 2021    Relocation error (5)
Aug 04 2021    __traits() to get parameter details only ? ... hasMember looks up (12)
Aug 03 2021    alias using Complex!Double in module ... linker error?? (3)
Aug 03 2021    Name Mangling & its representation of D types (8)
Aug 03 2021    align dynamic array (for avx friendliness) hints? / possible?? (5)
Aug 02 2021    Find struct not passed by reference (13)
Aug 02 2021    compare types of functions. (2)
Aug 02 2021    Is returning void functions inside void functions a feature or an (11)
Aug 01 2021    Social chat in the forums (3)
Aug 01 2021    Two major problems with dub (17)
Aug 01 2021    GREETINGS FROM iSTANBUL (5)
Jul 31 2021    Why are class methods not allowed to call cons/destructors? (7)
Jul 31 2021    Routing of AssertError messages (3)
Jul 31 2021    Any way to create derived classes from Exception with canned messages? (5)
Jul 30 2021    Registering-unregistering threads (4)
Jul 30 2021    How to put an arbitrary string to clipboard in D? (5)
Jul 30 2021    translate C struct char array into D (9)
Jul 29 2021    D compiler equivilent of "gcc -E" for debug/view template (8)
Jul 29 2021    Exit before second main with -funittest (11)
Jul 29 2021    Raylib linking error (3)
Jul 28 2021    AA.values un- safe?! (3)
Jul 27 2021    Why does Unconst exist? (5)
Jul 27 2021    Is there a "nice" way to access the names of template parameters (4)
Jul 26 2021    Passing delegate indirectly to createLowLevelThread doesn't work (8)
Jul 26 2021    __FILE__ (7)
Jul 24 2021    byKeyValue is not available at compilation-time right ? (9)
Jul 24 2021    How to check if variable of some type can be of null value? (5)
Jul 24 2021    Traceinfo gone (6)
Jul 23 2021    how to test (at compilation-time) for existence of an already-declared (3)
Jul 23 2021    testFilename in std.stdio (1)
Jul 23 2021    Destructors can't be nogc? (12)
Jul 23 2021    Build time (14)
Jul 23 2021    POST request with std.net.curl (10)
Jul 23 2021    Generate docs for generated code? (5)
Jul 22 2021    Do static variables in class consume memory of instances? (4)
Jul 21 2021    associative array with Parallel (12)
Jul 21 2021    enum true, or 1 (6)
Jul 21 2021    issue with static foreach (10)
Jul 21 2021    Associative Array with double[][] (4)
Jul 21 2021    Performance issue with fiber (18)
Jul 21 2021    Method definition (6)
Jul 21 2021    Initializing a complex dynamic array (with real part from one array, (3)
Jul 21 2021    betterC shared static ctor (4)
Jul 20 2021    How to Fix Weird Build Failure with "-release" but OK with "-debug"? (14)
Jul 20 2021    How to parse a json node that contains children of different types? (4)
Jul 20 2021    Can static variables in methods be local for each object? (6)
Jul 19 2021    Not allowed to globally overload operators? (10)
Jul 19 2021    Yet another parallel foreach + continue question (9)
Jul 19 2021    Syscall wrapper and stack destruction (2)
Jul 19 2021    Integer programming in D? (3)
Jul 18 2021    is there a way to get the identifier (call it name) of what is being (11)
Jul 18 2021    Including a file (6)
Jul 18 2021    LLVM asm with constraints, and 2 operands (19)
Jul 17 2021    function parameters: is it possible to pass byref ... while being (12)
Jul 17 2021    interface function member declarations needing parameter attributes ? (8)
Jul 16 2021    Creating immutable arrays in safe code (15)
Jul 16 2021    Hello world/Web server task on RosettaCode fails (5)
Jul 16 2021    Module import failing after $ dub add mypackage (9)
Jul 15 2021    Please help me understand this function signature: (8)
Jul 15 2021    How to create friends of a class at compile time? (13)
Jul 15 2021    Cannot call find with haystack elements having a explicit copy (4)
Jul 15 2021    Documentation (2)
Jul 14 2021    Reference Counted Class (5)
Jul 14 2021    Manipulate and parse jasonb object in timescaledb(postgresql) (6)
Jul 14 2021    opIndexUnary post in-/decrement how to ? (30)
Jul 13 2021    static assert not printing out along the error diagnostic (11)
Jul 13 2021    Error with implicit cast of ^^= (5)
Jul 12 2021    No rdmd.exe in /bin64 on Windows - is this an issue? (7)
Jul 11 2021    How do I check if a variable is a multidimensional (2D) array? (3)
Jul 11 2021    catching segfault using try_ catch (14)
Jul 11 2021    Scope of enum (6)
Jul 11 2021    Sumtype warning (2)
Jul 10 2021    mixin template's alias parameter ... ignored ? (29)
Jul 10 2021    TDPL book and __traits(compiles...) snippet (1)
Jul 09 2021    Can I get the time "Duration" in "nsecs" acurracy? (12)
Jul 09 2021    Where is "open" in "core.sys.linux.unistd"? (10)
Jul 09 2021    assign to property 2 values (4)
Jul 09 2021    Can I make system calls directly from D? (5)
Jul 09 2021    Why I'm getting this "Range Violation" error? (7)
Jul 08 2021    Error: Outside Unicode code space (3)
Jul 08 2021    UFCS doubt (6)
Jul 08 2021    assert(false) and GC (12)
Jul 08 2021    Trivial simple OpenGl working example (27)
Jul 08 2021    What is the D equivalent of C++'s method pointers? (4)
Jul 08 2021    how to make D program footprint smaller ? (6)
Jul 07 2021    Template arg deduction (5)
Jul 07 2021    array inside a class + alias this + filter -> clears the array. (3)
Jul 06 2021    to compose or hack? (9)
Jul 06 2021    Getting resulting/return type from operation in templates (5)
Jul 06 2021    How to disable assigning a value to a property? (12)
Jul 05 2021    Find a char among string (string.findAmong.char) (13)
Jul 05 2021    github copilot and dlang (2)
Jul 05 2021    Download a file into array (using std.net.curl.download) (9)
Jul 05 2021    Remove array element within function (12)
Jul 04 2021    vibe.d compilation error (3)
Jul 04 2021    Is there an alias for standard libraries to use in import statement? (4)
Jul 03 2021    do we already have sum-modulo-10 algo (aka Luhn's algo) on phobos ? (2)
Jul 03 2021    anonymous functions and scope(exit) (15)
Jul 03 2021    How to select the regex that matches the first token of a string? (3)
Jul 02 2021    Trying to search a range (3)
Jul 01 2021    Printing Tuple!(...)[] using for loop? (4)
Jul 01 2021    how much "real-life" code can be marked safe ? (8)
Jul 01 2021    Public and private versions of opIndex (2)
Jul 01 2021    SegFault trying to chunk lazily joined ranges (2)
Jun 30 2021    Error: function `...` without `this` cannot be `const` (9)
Jun 29 2021    float price; if (price == float.nan) { // initialized } else { // (17)
Jun 29 2021    How to reset the website when the user leaves it, with vibe.d? (6)
Jun 28 2021    Unknown bug disallows growth of dynamic arrays (4)
Jun 28 2021    How to execute a random postgresql-query. (12)
Jun 28 2021    Wrap + add methods? (3)
Jun 27 2021    A possible readf int bug (3)
Jun 24 2021    How to recursively accept data from Python server ? (5)
Jun 24 2021    How to call stop from parallel foreach (29)
Jun 24 2021    How to I get pointer to an Array and cast to a void * and back ? (2)
Jun 23 2021    Are D classes proper reference types? (36)
Jun 23 2021    Detect if a struct is a 3-float vector (2)
Jun 23 2021    is it possible to sort a float range ? (13)
Jun 23 2021    Default values in passing delegates to functions (2)
Jun 23 2021    String front, back return code point/unit (4)
Jun 20 2021    what is D's idiom of Python's list.extend(another_list)? (7)
Jun 20 2021    do I incur a penality on compile time if I explicitly declare default (8)
Jun 20 2021    how to filter associative arrays with foreach ? (11)
Jun 20 2021    is there a way to: import something = app-xyz-classes-something; ? (8)
Jun 20 2021    Display a random image with vibe.d (7)
Jun 18 2021    trusted methods (2)
Jun 18 2021    BetterC, int to string? (5)
Jun 17 2021    semi-final switch? (10)
Jun 17 2021    Arrays of variants, C++ vs D (5)
Jun 17 2021    List of Dynamic Arrays (4)
Jun 17 2021    Vibe.d diet templates (8)
Jun 16 2021    Struct assignment fails, why? (3)
Jun 16 2021    What is this undefined reference with -betterC about? (5)
Jun 16 2021    Can not get struct member addresses at compile time (13)
Jun 15 2021    Internal Server Error on reload of dfeed.js (2)
Jun 15 2021    How to translate this C macro to D mixin/template mixin? (6)
Jun 14 2021    Parallel For (8)
Jun 14 2021    In general, who should do more work: popFront or front? (13)
Jun 14 2021    Unpacking Slices (4)
Jun 14 2021    Dynamically allocated Array mutable but non resizeable (3)
Jun 14 2021    Predicates Within Strings (2)
Jun 14 2021    cast to pure function stop work after upgrade (5)
Jun 14 2021    UDAs on function calls or return locations? (1)
Jun 13 2021    cannot take address of scope local in safe function (5)
Jun 13 2021    Inclusion of Parenthesis on Certain Functions (4)
Jun 13 2021    Financial Library (7)
Jun 13 2021    What exactly gets returned with extern(C) export string func() ? (4)
Jun 12 2021    Wrote a Protobuf-like D (de)serialisation library - asking for (5)
Jun 12 2021    There are some Feed RSS or mail alert for new Dlang compiler update? (6)
Jun 11 2021    Problem with Exceptions in Constructor (3)
Jun 11 2021    Two interpretations (2)
Jun 11 2021    Unittests not firing? (8)
Jun 11 2021    Creating a static library (2)
Jun 11 2021    difficulty with rectangular arrays (4)
Jun 10 2021    what is the proper syntax to inherit a pair of nested classes using (1)
Jun 10 2021    Flaoting point operations : unexpected results (5)
Jun 10 2021    Why can't we transpile C++ to D? (9)
Jun 09 2021    How use lineSplitter with KeepTerminator flag? (2)
Jun 09 2021    Why std.file.append() new lind "\n" not work in Windows? (5)
Jun 09 2021    Shift operator, unexpected result (4)
Jun 09 2021    Class member initialization with new points to a single instance? (5)
Jun 08 2021    Faster Dlang Execution (7)
Jun 08 2021    dub build output redirect (5)
Jun 07 2021    how to enable safeD ? dmd.conf ? dmd switch ? (9)
Jun 07 2021    best approach to code hierarchical classes ? (5)
Jun 07 2021    Asking for D solution (2)
Jun 07 2021    is it possible to have a default property for any given class ? (5)
Jun 07 2021    Receiving "pthread_mutexattr_init" during compilation when using (5)
Jun 05 2021    How to cross build a RISC-V target betterC code using LDC on x86-64  (3)
Jun 05 2021    how do i fix this node_dlang error? (21)
Jun 05 2021    Now can build and run d on RISC-V arch? (3)
Jun 05 2021    opDispatch not working (3)
Jun 04 2021    regarding what seems (to me) unnecessary casts on integer expressions (10)
Jun 04 2021    a=1;b=1;c=1; fine ... now a,b,c=1; ... something like this possible ? (3)
Jun 04 2021    Is it possible to set function attributes conditionally? (3)
Jun 04 2021    Question about initialization (2)
Jun 02 2021    Schroedinger's Ranges (8)
Jun 02 2021    foreach: How start a foreach count with specific number? (3)
Jun 02 2021    cloning array (13)
May 31 2021    How to compile Phobos with other D code to create a shared library? (18)
May 30 2021    For fun, and executable lame joke (2)
May 30 2021    Naming issue importing different function overloads (3)
May 30 2021    Offtopic: A tune for vibers, maybe (2)
May 30 2021    Is there a nicer way to get the first element or typeof(element).init (3)
May 29 2021    Cast class reference to pointer of another class? (6)
May 27 2021    ChromeOS and DLang (4)
May 27 2021    How long does the context of a delegate exist? (11)
May 27 2021    How to work around the infamous dual-context when using delegates (16)
May 27 2021    Compiler Explorer Assembly Output for C, C++ and D (dlang) (7)
May 27 2021    multiple windows dlls results in "entry point could not be located" (1)
May 26 2021    wanting to try a GUI toolkit: needing some advice on which one to (90)
May 25 2021    Passing lots of C flas to the D compilers and DUB (4)
May 25 2021    how to specify a default configuration in a library's dub.json? (i.e (6)
May 25 2021    is there a way to output formatted text following the locale settings (7)
May 25 2021    where do I find the complete phobos function list names ? (6)
May 25 2021    Template and alloca? (5)
May 25 2021    dmd error in wsl2 (5)
May 24 2021    coreutils with D trials, wc, binary vs well formed utf (6)
May 23 2021    How does inheritance and vtables work wrt. C++ and interop with D? Fns (22)
May 22 2021    DUB doesn't seem to respect my config, am I doing something wrong? (9)
May 21 2021    Formatted output not on screen but in a string (2)
May 21 2021    Format (9)
May 21 2021    gtkd ,drawingarea, capture mouse pressed (5)
May 21 2021    gtkd , addondraw is deprecated (2)
May 20 2021    Test thread (4)
May 19 2021    Is unix time function in wrong module? (2)
May 18 2021    General rule when not to write ; (6)
May 18 2021    How to import the types mapresult and filterresult (2)
May 18 2021    How is opEquals used in toHash (2)
May 17 2021    State of D for webassembly (2)
May 17 2021    Anyone tried? (2)
May 17 2021    Encryption (7)
May 17 2021    dual-context deprecation (6)
May 16 2021    stack out of scope ? (15)
May 16 2021    property functions (6)
May 16 2021    DMC + Win32Api: Error: undefined identifier 'SetDCBrushColor' (7)
May 15 2021    struct destructor (16)
May 15 2021    ugly and/or useless features in the language. (22)
May 15 2021    Recommendations on avoiding range pipeline type hell (28)
May 15 2021    What is the difference between these template declaration forms? (2)
May 14 2021    Scope of import (11)
May 14 2021    Any suggestions on dmd error message formatting? (7)
May 14 2021    Filter for opDispatch? (12)
May 14 2021    Can rdmd (under Windows 10) use linker other than Optlink? (2)
May 14 2021    Learning D (3)
May 14 2021    Scope of 'alias' (2)
May 13 2021    how do I implement opSlice for retro range? (6)
May 13 2021    How use Predicate (alias pred = "a*b")? (4)
May 13 2021    ref struct member function (6)
May 13 2021    Passing a byLine as an argument to InputRange (6)
May 13 2021    String "dequote" in phobos? (7)
May 13 2021    Is inc function part of the library ? (15)
May 12 2021    Issue with small floating point numbers (7)
May 12 2021    cannot I override and mark it as private? (4)
May 12 2021    Near-simplest route to learn D (3)
May 12 2021    How to use dub with our own package (9)
May 12 2021    Improved diagnostics for mismatched template constraints (2)
May 12 2021    question on map (4)
May 12 2021    Understanding RefCounted (5)
May 11 2021    Testing for object property supporting "<" comparison (3)
May 11 2021    Is ldc not dependent on an a very old version of llvm ? (4)
May 11 2021    Question about property & method access scope. (6)
May 10 2021    Shutdown signals (7)
May 10 2021    can I reuse statements? (3)
May 10 2021    moveToGC (4)
May 10 2021    type of functions (2)
May 09 2021    Remove own post from forum (7)
May 09 2021    alias & local function (5)
May 09 2021    Is it possible to run a single unittest without an external library? (1)
May 09 2021    Thread local variables in betterC (8)
May 09 2021    Cannot access frame pointer of a struct with member function (5)
May 09 2021    Templated class requires values even though having default value (2)
May 08 2021    Is there any bettter solution to Windows wide string (5)
May 08 2021    Without multiples inheritance, how is this done? (3)
May 08 2021    bindbc.sfml , sfVideoMode , Error: undefined identifier (3)
May 07 2021    What does dot before method name mean? (5)
May 07 2021    class grammar (4)
May 07 2021    Measure cpu time (10)
May 06 2021    Fixed length vs dynamic arrays (4)
May 06 2021    Can the DMC completely replace the C or C ++ compiler? (5)
May 06 2021    How suppress DMC File name and path showing after compile? (3)
May 05 2021    What does nogc do to a class? (5)
May 05 2021    How to check for combinations of versions (4)
May 04 2021    Pointer indirections (3)
May 04 2021    Selected elements from splitter output (4)
May 04 2021    How to automatically generate function overloads (4)
May 02 2021    SDL2 Android vulkan question (8)
May 02 2021    EMSI Containers and HashMap of HashMaps (5)
May 01 2021    OutOfMemoryError in D DLL appending to module-level array (4)
May 01 2021    How do you compile DMD on Windows? (8)
May 01 2021    Fake IFTI-compatible struct constructors (3)
May 01 2021    Import static library by DUB (linking) (3)
May 01 2021    Creating std.format.format warpper (3)
Apr 30 2021    Should this always work? (17)
Apr 30 2021    betterC examples? (7)
Apr 30 2021    Since dmd 2.096.0: import `x.t` is used as a type (10)
Apr 30 2021    Thoughts on Structure (5)
Apr 29 2021    nothrow and std.exception.ifThrown (11)
Apr 29 2021    mir - Help on how to transform multidimentional arrays. (5)
Apr 28 2021    dlang vs crystal-language (21)
Apr 28 2021    Deriving a D-class from a CPP-class (6)
Apr 28 2021    (Maybe) Strange Behaviour of Field Initialization (3)
Apr 27 2021    vibe-core sporadic internal errors (3)
Apr 27 2021    DIP1000 and immutable (3)
Apr 27 2021    Install of nightly with install.sh is not latest version (2)
Apr 26 2021    Windows static linking question (9)
Apr 26 2021    What's a good approach to DRY with the block code of a case-statement? (3)
Apr 26 2021    Visual D showing weird errors (17)
Apr 25 2021    Suitability of D for a Crossplatform Graphical App (2)
Apr 25 2021    Struct initialization extra comma - should it compile (3)
Apr 24 2021    get type name from current class at compile time? (10)
Apr 24 2021    Use bindbc-sdl statically (15)
Apr 23 2021    Can I rely on format returned by fullyQualifiedName? (3)
Apr 23 2021    When should I use SortedRange.release? (5)
Apr 22 2021    CTFE Assignment to anonymous union shows unexpected behavior (8)
Apr 22 2021    String concatenation segmentation error (7)
Apr 21 2021    Iteratable single linked list of floats. (4)
Apr 21 2021    Voldemort type "this" pointer (5)
Apr 20 2021    write once type? (11)
Apr 20 2021    Dlang equivalent of #define/#ifdef : not... version (8)
Apr 20 2021    Local library with dub (7)
Apr 19 2021    How send parameters to DMD when using DUB (3)
Apr 19 2021    How to skip class/function when using -HC flag to generate C++ (4)
Apr 19 2021    win64 DLL stdout printing after main process completes (15)
Apr 18 2021    dlang opengl / gl / glu /glut library. (8)
Apr 17 2021    DUB Error with packcage dformlib (5)
Apr 17 2021    dub tip for building tkd application (1)
Apr 16 2021    Parallel foreach iteration with Associative Arrays (3)
Apr 16 2021    ioctl to set mixer volume (8)
Apr 15 2021    How to implement a range? (3)
Apr 15 2021    AliasSeq different from just using the symbol name(s)? (6)
Apr 14 2021    How do I create classes dynamically? (17)
Apr 14 2021    What are virtual functions? (6)
Apr 12 2021    Allocated memory escapes a reference to parameter variable (1)
Apr 12 2021    How to allow +=, -=, etc operators and keep encapsulation? (3)
Apr 11 2021    "this" as default parameter for a constructor. (5)
Apr 11 2021    How to use a shared library created in cython? (2)
Apr 11 2021    Range Error (11)
Apr 11 2021    Error when running dmd compilable tests (1)
Apr 11 2021    How to build a specific library version with dub? (4)
Apr 11 2021    GC memory fragmentation (20)
Apr 10 2021    Fastest Way to Append Multiple Elements to an Array (1)
Apr 10 2021    dub commands do not run correctly. (10)
Apr 09 2021    Why DUB do not import local D modules dependencies? (3)
Apr 09 2021    weird formattedRead (5)
Apr 09 2021    Counting number of regular expressions matches (2)
Apr 09 2021    DMD64 2.095.1 unresolved _D4core8internal7switch___T14__switch_error (4)
Apr 09 2021    KQueue and Fibers (5)
Apr 07 2021    Is there a more elegant way to do this in D? (17)
Apr 07 2021    How Add DUB packages path to Dlang Linter to avoid Errors? (1)
Apr 07 2021    Database bindings (3)
Apr 07 2021    Is this bug ? format %(%) (7)
Apr 07 2021    Don't allow to reassign, but content is editable (3)
Apr 07 2021    Read X many bytes from File to address Y (4)
Apr 06 2021    Gui toolkits alive and gui toolkits dead (4)
Apr 06 2021    How to work with one very large text table but not in memory (3)
Apr 06 2021    Package import order with extern(C++) classes and std.container.array (2)
Apr 04 2021    Is dlang.slack.com down? (3)
Apr 03 2021    Example for Mir-Random fails (5)
Apr 03 2021    templated overload of opAssign (10)
Apr 03 2021    Extern/scope issue (15)
Apr 03 2021    Deprecation message when assigning Nullable values to an associative (4)
Apr 02 2021    Check attribute against value (3)
Apr 02 2021    Casting lvalues (3)
Apr 01 2021    what exactly is string length? (21)
Apr 01 2021    Best way to make a template function conditionally trusted (5)
Apr 01 2021    Need for speed (28)
Apr 01 2021    Asking about performance of std concatenation vs. Appender vs. custom (3)
Mar 31 2021    Static array initialisation (11)
Mar 31 2021    How use WinUI with Dlang? (1)
Mar 30 2021    Derived type (17)
Mar 29 2021    Creating a .di file for a custom C library (4)
Mar 29 2021    Why I need DUB? Will never DMD don't just use import for import (15)
Mar 29 2021    How to parse JSON in D? (8)
Mar 29 2021    How to declare "type of function, passed as an argument, which should (7)
Mar 28 2021    Windows Console and writing Unicode characters (7)
Mar 28 2021    Cannot deduce function from argument type when single candidate (3)
Mar 28 2021    How to update DUB online documentation? (3)
Mar 28 2021    How to update terminal output? (6)
Mar 28 2021    It's DUB's "optional": true broken ? (3)
Mar 28 2021    AddressSanitizer: access-violation on unknown address (2)
Mar 27 2021    Immutable (3)
Mar 27 2021    C++/D class interop example crashes (5)
Mar 27 2021    code.dlang.org package search subtly broken? (5)
Mar 26 2021    running a d compiler on the Mac Mini with an M1 chip (4)
Mar 26 2021    isPOD is broken? (3)
Mar 25 2021    How can I allocate a int[] array on stack? (6)
Mar 24 2021    Using onOutOfMemoryError in C wrappers (6)
Mar 23 2021    Manually check struct invariants (5)
Mar 22 2021    Contributing CDF bindings to Deimos (9)
Mar 22 2021    2.096.0 linker errors (8)
Mar 22 2021    Implicit conversion of unique chars[] to string (7)
Mar 21 2021    Strange error (6)
Mar 19 2021    Can I make this work? (2)
Mar 19 2021    How do I check if this field is of this template struct? (9)
Mar 18 2021    question about ref keyword (2)
Mar 17 2021    noobie question, dub or meson? (6)
Mar 17 2021    rawRead from Pipe segfaults (4)
Mar 17 2021    Why Throwable.message is not a property (5)
Mar 17 2021    Remove routes from URLRouter in vibe.d (1)
Mar 17 2021    What happened to std.net.curl HTTP execute? (2)
Mar 16 2021    rdmd and D equivalent for PYTHONPATH? (11)
Mar 16 2021    How to change button text color in NM_CUSTOMDRAW (Win32 API question) (12)
Mar 16 2021    Make foreach element optional (8)
Mar 15 2021    D in AI Field (2)
Mar 15 2021    Can't call splitter with range struct (3)
Mar 15 2021    WinUI 3 (5)
Mar 14 2021    Is there an easy way to convert a C header to a D module? (6)
Mar 14 2021    How to open a compressed file in gz format ? (3)
Mar 14 2021    Forbidden file names? (3)
Mar 14 2021    How do I load dylib (i.e. phobos and druntime for ldc) in Macos (2)
Mar 14 2021    Why are enums with base type string not considered strings? (4)
Mar 14 2021    Workaround to "import" an exception from a DLL (6)
Mar 13 2021    Cannot pass const(T) to function with ref const(T) (3)
Mar 13 2021    Compiler module import graph (6)
Mar 12 2021    Storing interfaces as void[] (13)
Mar 11 2021    Endianness - How to test code for portability (4)
Mar 11 2021    Dlang spec (6)
Mar 11 2021    Static initialization of associative arrays (6)
Mar 11 2021    can't link a code, is it a bug or my fault? (6)
Mar 11 2021    Two functions with different args. Taking address of the one (8)
Mar 11 2021    Is it possible to suppress standard lib and dlang symbols in dylib (19)
Mar 09 2021    Very confusing error message when calling a class method from an (3)
Mar 09 2021    Unary operators for Variants (2)
Mar 08 2021    Does is(f == function) work? (7)
Mar 08 2021    How to get number of parameters in lambda? (8)
Mar 08 2021    Compiler version "dirty" (4)
Mar 08 2021    How to handle exceptions right? (3)
Mar 07 2021    Raspberry Pi 4: Where to put raylib after I've compiled it to get dub (3)
Mar 07 2021    Visual Studio 2019 (2)
Mar 06 2021    dmd -> ldmd2: /usr/bin/ld.gold: error: <source>.o: multiple definition (7)
Mar 05 2021    Broken examples (11)
Mar 05 2021    lockstep works with .each, but fails with .map (3)
Mar 05 2021    Using YMM registers causes an undefined label error (15)
Mar 05 2021    Checking for manifest constants (4)
Mar 04 2021    Can't I allocate at descontructor? (22)
Mar 04 2021    Is there any generic iteration function that stops at first match? (7)
Mar 04 2021    How do I run multiple unittests with rdmd? (3)
Mar 04 2021    dub support for Mac M1? (4)
Mar 04 2021    Opaque type (struct) with a static immutable fails to compile without (8)
Mar 03 2021    D's Continous Changing (16)
Mar 03 2021    What's the default implementation of opCmp/opEquals for structs? (2)
Mar 01 2021    Shared library module system with dub (7)
Mar 01 2021    Vibe.d tutorial (11)
Mar 01 2021    How can I tell if the give parameter can be run at compile time? (3)
Feb 28 2021    Unexpected threads observed before main() (5)
Feb 28 2021    Does reserve() preallocate for futher appends too? (4)
Feb 28 2021    Name mangling problem with tiny Windows 10 load-time DLL example (5)
Feb 28 2021    dub git dependencies (2)
Feb 27 2021    How can I make this work? (11)
Feb 27 2021    vibe.d selectively include attribute into tag using diet template (5)
Feb 26 2021    How can I get the variable name passed as parameter from within a (3)
Feb 25 2021    How do I check if a type is assignable to null at compile time? (9)
Feb 25 2021    tiny alternative to std library (12)
Feb 25 2021    Optimizing for SIMD: best practices?(i.e. what features are allowed?) (14)
Feb 24 2021    string to type (3)
Feb 24 2021    byte array to string (5)
Feb 24 2021    Introspection of exceptions that a function can throw (6)
Feb 24 2021    DUB is not working correctly (37)
Feb 23 2021    Compile-Time Function Parameters That Aren't Types? (7)
Feb 23 2021    Can Metaprogramming Help Here? (6)
Feb 23 2021    Memory allocation (3)
Feb 23 2021    ldc on a raspberry pi 3 running freebsd (6)
Feb 23 2021    Why does this not pass (2)
Feb 22 2021    Is this a good way to do lazy evaluation? (2)
Feb 22 2021    How to get Laptop battery level (5)
Feb 21 2021    Restricting D applications to a single instance (6)
Feb 21 2021    Foo Foo = new Foo(); (6)
Feb 21 2021    How add png image to zip file using std.zip? (3)
Feb 21 2021    Problem Computing Dot Product with mir (5)
Feb 21 2021    How can I check if template variable parameter is iterable before (3)
Feb 20 2021    How can I get this UDA at compile time? (3)
Feb 20 2021    Templated delegate as template argument for structs (3)
Feb 19 2021    Class instance alignment (10)
Feb 19 2021    raylib LoadTexture Mismatch between (3)
Feb 19 2021    Include http based module (3)
Feb 19 2021    Mixed language projects (D and C++) (5)
Feb 19 2021    Creating 1000 instances (7)
Feb 18 2021    Strings and Slices (5)
Feb 18 2021    Is there an easy way to mimic generics with an accept method of a (8)
Feb 17 2021    Wrapping C++ class with virtual destructor (2)
Feb 17 2021    null and initialized string comparisons (3)
Feb 17 2021    Struct delegate access corruption (10)
Feb 17 2021    Web crawler/scraping (6)
Feb 17 2021    fold on empty range (5)
Feb 16 2021    How to get output of piped process? (22)
Feb 15 2021    is it posible to compile individual module separately? (7)
Feb 15 2021    Fastest way to "ignore" elements from array without removal (7)
Feb 15 2021    how to make this function nothrow? (5)
Feb 15 2021    Confusing with chunkBy (4)
Feb 15 2021    Enum template for cpp binding (3)
Feb 14 2021    Is there other way to do that? (4)
Feb 13 2021    Constructor called instead of opAssign() (5)
Feb 12 2021    Is this the proper way to do it? (7)
Feb 12 2021    vibe.d json deserializeJson!Foo and ddbc.update!Foo (3)
Feb 11 2021    Trying to reduce memory usage (13)
Feb 09 2021    how to properly compare this type? (4)
Feb 09 2021    Real simple unresolved external symbols question... (9)
Feb 09 2021    Traits of variadic templates (3)
Feb 09 2021    Are there any containers that go with allocators? (4)
Feb 08 2021    Profiling (16)
Feb 08 2021    Operator Overloading for Enum (3)
Feb 08 2021    Dimensions in compile time (9)
Feb 07 2021    How can I clean array and prevent further reallocation if there's (5)
Feb 07 2021    GC.addRange in pure function (14)
Feb 07 2021    Need help for opencvd git submoduling (1)
Feb 06 2021    Vibe.d diet template help (2)
Feb 06 2021    Tuple or struct as return type? (2)
Feb 06 2021    Can someone explain this? (5)
Feb 06 2021    unittest compiles w/o error though module file is not named after the (4)
Feb 05 2021    Is there a generic type such as void* or C#'s object? (4)
Feb 05 2021    Ugly c++ syntax (4)
Feb 05 2021    Using the Standard Library with C++ Interop (4)
Feb 04 2021    std.typecons rebindable + tuple with const class gives warning (3)
Feb 03 2021    std.net.curl and HTTP.responseHeaders (3)
Feb 03 2021    GC.addRange multiple times (1)
Feb 03 2021    My simple internet client made in Dlang. (3)
Feb 03 2021    Any tools to track heap/stack corruptions? (5)
Feb 02 2021    Refactoring tools (4)
Feb 02 2021    Can change vtbl record at runtime ? (6)
Feb 02 2021    What is the difference between static linking with .a and .so (2)
Feb 02 2021    How can I stop D from dropping decimals in strings (4)
Feb 01 2021    list system drives (3)
Feb 01 2021    Why are multiple instances of the single enum created? (9)
Jan 31 2021    Class Allocators (3)
Jan 31 2021    Type of string literal concatenated with non-immutable char array (9)
Jan 31 2021    How to capture a BitFlags type in a function parameter? (3)
Jan 31 2021    core.atomic for ldc. (7)
Jan 30 2021    How to profile compile times of a source code? (10)
Jan 30 2021    Minimize GC memory footprint (25)
Jan 30 2021    Bit rotation question/challenge (8)
Jan 29 2021    Quick question (6)
Jan 29 2021    What does this code snippet even do? (4)
Jan 29 2021    D meets GPU: recommendations? (6)
Jan 28 2021    emplace doesn't forward aeguments (4)
Jan 28 2021    unittests and imported modules (4)
Jan 28 2021    Why does calling readln() more than once not work (4)
Jan 28 2021    Why am I getting a dividing by zero error message (7)
Jan 28 2021    What are these functions called and how to implement they? (4)
Jan 28 2021    Weird interaction with public and non-public imports (3)
Jan 28 2021    How do I compose pipes? (5)
Jan 27 2021    Assigning to class struct member leading to unexpected behavior. (3)
Jan 27 2021    Conversion error. (4)
Jan 27 2021    How to dinamically create Tuples? (4)
Jan 27 2021    How do I get the output of the time bash command? (6)
Jan 26 2021    is core Mutex lock "fast"? (7)
Jan 26 2021    200-600x slower Dlang performance with nested foreach loop (21)
Jan 26 2021    dustmite on dub project (11)
Jan 26 2021    Using mir to work with matrices (5)
Jan 26 2021    Compile time check for GC? (8)
Jan 25 2021    Can I set the base class like this? (5)
Jan 25 2021    How can I use UFCS for a loop (5)
Jan 25 2021    Why filling AA in shared library freezes execution? (36)
Jan 25 2021    How to covert dchar and wchar to string? (4)
Jan 25 2021    dmd -O causes incorrect output (5)
Jan 25 2021    How do I overload += operator? (7)
Jan 25 2021    F*cked by memory corruption after assiging value to associative array (23)
Jan 25 2021    Can we use strings with scanf? (6)
Jan 24 2021    Dll crash in simplest case (5)
Jan 24 2021    real beginner question about D's web site? (2)
Jan 24 2021    std.expreimantal.allocator deallocate (8)
Jan 23 2021    Initializing D runtime and executing module and TLS ctors for D (12)
Jan 23 2021    Nested functions and their linkage type (3)
Jan 22 2021    which free operating systems have a gtkd package? (3)
Jan 22 2021    Deduct and return class type (7)
Jan 22 2021    Dub seems to be using an earlier version of the dependency that I tell (3)
Jan 21 2021    std.algorithm.splitter on a string not always bidirectional (13)
Jan 21 2021    opIndex negative index? (7)
Jan 21 2021    A variation of issue 11977? (5)
Jan 20 2021    Exit code -4 (5)
Jan 20 2021    Issue with socket recieve (8)
Jan 19 2021    isCallable fails (16)
Jan 19 2021    How can I check to see if template type is an array? (8)
Jan 19 2021    Value of type enum members (3)
Jan 19 2021    What are the advantages of using betterC? (6)
Jan 19 2021    Struggling with wchar[] to string conversion (3)
Jan 19 2021    Convert double to long if lossless (14)
Jan 18 2021    How do I enable visual styles? (4)
Jan 18 2021    How can I create a Standalone Bundle Portable file application using (12)
Jan 18 2021    How do I make a template function that only accepts instances of a (5)
Jan 18 2021    struct constructor with rvalue param of same struct type (3)
Jan 17 2021    native way to tell if output binary is library or executable? (3)
Jan 17 2021    Generating documentation help (14)
Jan 17 2021    Template argument deduction not working with template specialization (5)
Jan 17 2021    using dub and -checkaction=context (5)
Jan 17 2021    How to use dguihub package ? (6)
Jan 17 2021    foreach, RefCounted and non-copyable range (3)
Jan 16 2021    How define accepted types in a template parameter? (3)
Jan 16 2021    How to specify an exact template? (6)
Jan 16 2021    reference counting resources but NOT memory (2)
Jan 15 2021    Template alias as template specialisation not recognized. (4)
Jan 15 2021    How can I specify flags for the compiler when --build=release in dub? (2)
Jan 15 2021    To switch GC from FIFO to LIFO paradigm. (5)
Jan 14 2021    Open question: what code pattern you use usually for null safety (16)
Jan 14 2021    Directory recursive walking (21)
Jan 13 2021    How to define delegate with needed parameters (3)
Jan 13 2021    Why many programmers don't like GC? (90)
Jan 13 2021    How to get call stack for InvalidMemoryOperationError while doing (2)
Jan 13 2021    Why doesn't this work when the function is a static method? (6)
Jan 13 2021    Why D functions paramter can not implicit infer type of Variant? (5)
Jan 13 2021    Is there a way to work with processes in Windows without extern(c)? (3)
Jan 13 2021    How to debug D on Linux (15)
Jan 13 2021    Collections in D (8)
Jan 13 2021    writeln and write at CTFE (8)
Jan 12 2021    Anything in D to avoid check for null everywhere? (7)
Jan 12 2021    Problem with templated alias as delegate parameter type (3)
Jan 12 2021    Renamed but non-selective import? (3)
Jan 12 2021    Variadic Struct Parameter (8)
Jan 12 2021    any chance to get it working on windows xp? (4)
Jan 12 2021    Linux shared library loading/linking from C does not invoke (shared) (6)
Jan 11 2021    How build DCD on Windows? (3)
Jan 11 2021    Easy way to accept X and immutable X in parameters without (7)
Jan 11 2021    How can I directly reffer literal element itself inside [] slice? (6)
Jan 11 2021    How can I use file from resource .res without copy it to hard disc? (1)
Jan 11 2021    Parameter with indetermined tuple elements type? (3)
Jan 11 2021    properly passing strings to functions? (C++ vs D) (11)
Jan 10 2021    Member variables in method are null when called as delegate from (18)
Jan 10 2021    opCast / operator overloading with additional template arguments (10)
Jan 10 2021    Developing and running D GUI app on Android (9)
Jan 10 2021    I want to create my own Tuple type (21)
Jan 10 2021    DMD support for Apples new silicon (7)
Jan 09 2021    How can I do lazy variable initialization? (4)
Jan 09 2021    dirEntries: How get "." and ".."? (4)
Jan 09 2021    [Understanding] Classes and delegate inheritance vs function pointers (8)
Jan 08 2021    Cannot implicitly convert expression of type const(string[]) to (7)
Jan 08 2021    msgpack-d: package import; 64 bit (1)
Jan 08 2021    Using a betterC dub package in ordinary D (6)
Jan 07 2021    Are there an equivalent to C#'s List in D's stdlib? (6)
Jan 07 2021    Can alias compose! receive more than one argument? (2)
Jan 06 2021    Static constructor (12)
Jan 04 2021    dmd 2.093.1: duplicate method definitions ignored altogether (4)
Jan 04 2021    Conflict when using stderr with import. (1)
Jan 04 2021    DConf talk : Exceptions will disappear in the future? (28)
Jan 03 2021    Recursively defined matcher function (5)
Jan 03 2021    D string to C struct fixed-size array (11)
Jan 02 2021    D static library on Windows 64 problem (4)
Jan 02 2021    What is the difference between "delegate()" and "lazy delegate()" ? (3)
Jan 01 2021    Why there is no support for Dlang to convert Qt Creator .ui file to (1)
Jan 01 2021    Tuple enumeration without integers or strings (13)
Jan 01 2021    Field Initialiser Reused Across Object Instances (3)
Dec 31 2020    Associative Array Question (3)
Dec 27 2020    Custom type / Typle type formatted reader (5)
Dec 15 2020    Simple BeamUI project won't link (10)
Nov 12 2020    Missing stacktrace on memory allocation failure (5)
Nov 09 2020    C++ or D? (47)
Sep 19 2020    Vibe.d (7)
Sep 03 2020    LNK2019 error in the C++ interface (5)
Dec 29 2019    Finding position of a value in an array (30)
Oct 17 2019    Any 3D Game or Engine with examples/demos which just work (19)
Aug 12 2019    Why is this allowed? Inheritance variable shadowing (8)
Mar 18 2019    PyD - accessing D class fields in Python (7)
Mar 03 2019    Shared with synchronized (4)
Jan 18 2019    byte + byte = int: why? (16)
Dec 07 2018    Working with ranges (16)
Nov 19 2018    What is best way to read and interpret binary files? (9)
Apr 15 2018    why use string for this example of appender? (8)
Feb 25 2018    Forward references (6)
Jan 17 2018    New integer promotion rules (21)
Jan 09 2017    Loading assimp (17)
Nov 16 2015    How to use readText to read utf16 file? (9)
Dec 29 2013    How to delete dynamic array ? (21)
Dec 22 2012    A pass() identity range? (17)
Mar 27 2011    object.d: Error: module object is in file 'object.d' which cannot be read (19)

Other years:
2024 2023 2022 2021 2020 2019 2018 2017 2016 2015 2014 2013 2012 2011 2010 2009 2008 2007 2006 2005