news.digitalmars.com - digitalmars.D.learn
Dec 29 2022 dChar Error (15)Dec 29 2022 How Can i see associative array implement , is where has pseudocode (3)
Dec 27 2022 Can you simplify nested Indexed types? (9)
Dec 26 2022 Pure D frontend as library. (6)
Dec 25 2022 Vibe.d MongoDB database connection (3)
Dec 25 2022 [Win32 API] MessageBox Example without MSVCR120.dll dependency (4)
Dec 22 2022 Confusion about `Random` (21)
Dec 21 2022 in dub single file build how to pass "-J<dir>" options? (3)
Dec 21 2022 Does 'ref' turn into a pointer during compile time? (3)
Dec 20 2022 /usr/bin/ld: [...] undefined reference to (4)
Dec 19 2022 Provisioning C libraries in Windows CI builds (1)
Dec 18 2022 No need opUnary (6)
Dec 16 2022 _Symbols _with _leading _underscores (4)
Dec 16 2022 How is this code invalid? (7)
Dec 16 2022 How to create a API server? (5)
Dec 16 2022 Preventing nested struct destructor accessing stack frame (5)
Dec 15 2022 GDC binary for windows? (1)
Dec 14 2022 unique_ptr | Unique for autoclose handle (12)
Dec 13 2022 How to use version in dub? (6)
Dec 12 2022 Is remove safe using foreach (8)
Dec 11 2022 Function template as template parameter (4)
Dec 10 2022 Graphical progressive fill (6)
Dec 10 2022 Why can't rvalues be passed to a 'ref' parameter? (5)
Dec 10 2022 arsd.jni (10)
Dec 10 2022 Advent of Code 2022 (3)
Dec 09 2022 Is there such concept of a list in D? (30)
Dec 08 2022 Gotcha with photos' documentation (6)
Dec 08 2022 gcc -E -dD; dstep; sqlite3 (4)
Dec 06 2022 printf, writeln, writefln (14)
Dec 05 2022 Variation in prefix sum (1)
Dec 05 2022 LSP-server for D? (5)
Dec 04 2022 Enum Default Initializer? (1)
Dec 04 2022 Confused about something in the D book relating to precision (3)
Dec 04 2022 How ptr arithmitic works??? It doesn't make any sense.... (13)
Dec 04 2022 Idiomatic D using GC as a library writer (28)
Dec 03 2022 How to compiler dlang code on Apple M1? (7)
Dec 02 2022 Why can't D store all UTF-8 code units in char type? (not really (16)
Dec 02 2022 Is it just me, or does vibe.d's api doc look strange? (3)
Dec 01 2022 How do you print all Unicode characters in a range - I want the (5)
Dec 01 2022 Getting the default value of a class member field (7)
Nov 30 2022 raylib-d Create Light Sources (3)
Nov 30 2022 Syntax Sugar for Initializing a Fixed float Array as void*? (5)
Nov 30 2022 raylib-d Gamepad Detection Fails (15)
Nov 29 2022 Is there a formula for overflow? (9)
Nov 29 2022 How do I _really_ implement opApply? (6)
Nov 29 2022 Thinking about the difference between fixed and 'dynamic' arrays. (17)
Nov 28 2022 __traits isCopyable vs isPOD (6)
Nov 27 2022 pragma(linkerDirective,_) removes double quotes, dmd ignores LIB (9)
Nov 26 2022 Windows specific: MS C++ versus D thread local variables (3)
Nov 25 2022 Assigning parameter on entry to a function and assigning back on exit (3)
Nov 23 2022 Proper way to override (swap) runtime and phobos. [feature request?] (1)
Nov 22 2022 Can't assign extern(C) function pointer to D variable? (4)
Nov 20 2022 Seeking in arsd.simpleaudio? (8)
Nov 19 2022 pointer escaping return scope bug? (13)
Nov 18 2022 How often I should be using const? Is it useless/overrated? (10)
Nov 17 2022 Can I start a process 'std.process.spawnProcess' with a different (1)
Nov 17 2022 "Little Scheme" and PL Design (Code Critique?) (7)
Nov 17 2022 Need Advice: Union or Variant? (8)
Nov 16 2022 Is defining get/set methods for every field overkill? (106)
Nov 16 2022 How do you return a subclass instance from a base class method? (8)
Nov 16 2022 Can we ease WASM in D ? (8)
Nov 15 2022 Get the class name without casting the type (7)
Nov 14 2022 Actual lifetime of static array slices? (15)
Nov 14 2022 Why am I getting different array size depending where I calling? (3)
Nov 13 2022 Hipreme's #6 Tip of the day - Knowing when and how to use dub's (1)
Nov 13 2022 Making sense out of scope and function calls (5)
Nov 13 2022 does dmd --build=profile-gc work with core.stdc.stdlib.exit()? (4)
Nov 13 2022 Comparison of two 'dynamic arrays'. (7)
Nov 12 2022 Sorted Array (Container) Type (11)
Nov 12 2022 Using glibc headers with ImportC (10)
Nov 11 2022 Hipreme's #5 Tip of the day - Avoid raw pointers at all cost (2)
Nov 10 2022 ImportC linking issue (8)
Nov 10 2022 Removing an element from an array (6)
Nov 10 2022 aa.keys, synchronized and shared (8)
Nov 10 2022 difference between x.atomicOp!"+="(1) and atomicFetchAdd(x, 1)? (3)
Nov 09 2022 dirEntries removes entire branches of empty directories (19)
Nov 08 2022 Sizinle =?UTF-8?B?QXluxLEgxLBsZ2kgQWxhbmxhcsSx?= (1)
Nov 08 2022 Passing a string by reference (8)
Nov 07 2022 dmd as a library (9)
Nov 07 2022 RDBMS internal operation (1)
Nov 06 2022 My new programming book ... (10)
Nov 06 2022 Drawing a line code (8)
Nov 05 2022 return scope vs. scope return (2)
Nov 05 2022 Linking not working properly Windows 11 (15)
Nov 04 2022 Makefiles and dub (9)
Nov 04 2022 Hipreme's #4 Tip of the day - Don't use package.d (19)
Nov 03 2022 Unit testing a function returning void (8)
Nov 02 2022 save() feature for iota (5)
Nov 02 2022 What's the correct way of creating an instance of class in D? (11)
Nov 02 2022 return attribute with latest DMD - dmd-nightly -unittest -dip1000 (1)
Nov 01 2022 Make IN Dlang (16)
Nov 01 2022 public vs private alias this (2)
Nov 01 2022 druntime thread (from foreach parallel?) cleanup bug (9)
Nov 01 2022 Hipreme's #3 Tip of the day - Changing DMD linker on Windows (2)
Nov 01 2022 A strange DMD error (10)
Oct 31 2022 Can't seem to find the relevant documentation for dub. (3)
Oct 30 2022 Error (2)
Oct 30 2022 overloading main (8)
Oct 29 2022 CTFE in betterC needs the GC (3)
Oct 27 2022 how to benchmark pure functions? (8)
Oct 27 2022 dub ldc2 static linking (11)
Oct 26 2022 ubyte + ubyte = int (5)
Oct 26 2022 Importing modules under DUB on Windows (14)
Oct 25 2022 auto scope question? (4)
Oct 25 2022 Is "auto t=T();" not the same as "T t;"? (27)
Oct 25 2022 Static executable (ldc, linux) (3)
Oct 24 2022 Supporting foreach (k, v; T.init) for a user-defined (container) type (5)
Oct 24 2022 Disabling All Inlining in DMD Debug Builds (6)
Oct 23 2022 Hipreme's #2 Tip of the day - Reducing .di files dependency (5)
Oct 23 2022 Design question regarding saving changes in the original array and/or (7)
Oct 22 2022 Real simple question... for good programmers (7)
Oct 22 2022 How to use dub with ldc (3)
Oct 22 2022 is dmd a virus? (7)
Oct 21 2022 Find in assoc array then iterate (14)
Oct 21 2022 [Help Needed] - Debugging compilation time (7)
Oct 21 2022 DConf '22: No-Allocated 0-terminated path strings (3)
Oct 21 2022 Alpine: static compilation (1)
Oct 20 2022 How to pass noncopyable variadic arguments with ref? (6)
Oct 19 2022 Hipreme's #1 Tip of the day (3)
Oct 19 2022 Compiler Error while using Validation in the hunt-framework (2)
Oct 19 2022 Catching C errors (12)
Oct 18 2022 warning LNK4255 - How to solve this warning (3)
Oct 18 2022 Find out what type my class is being converted to for comparisons (7)
Oct 18 2022 parallel is slower than serial (5)
Oct 17 2022 Reading and wiping notes also adding more notes (4)
Oct 16 2022 Is it possible? branching on debug info (2)
Oct 16 2022 How do I correctly install packages for use with Visual Studio? (9)
Oct 14 2022 Can someone tell me what the compiler thought I was trying to do? (20)
Oct 14 2022 best memory profiler (to debug accumulated allocation of each line) (3)
Oct 14 2022 Generate a pointer to a method of a struct (5)
Oct 14 2022 library to solve the system of linear equations (21)
Oct 13 2022 probably a trivial question... (3)
Oct 13 2022 Float rounding (in JSON) (6)
Oct 11 2022 How to workaround assignment not allowed in a condition? (8)
Oct 11 2022 DateTime resetting (5)
Oct 09 2022 Example for multi level template composition (5)
Oct 08 2022 Explicit cast to system? (5)
Oct 08 2022 private method callable from other module (6)
Oct 06 2022 cannot gdb LDC build binary: Segmentation fault (4)
Oct 06 2022 Doubt about char.min/max == typeid(char) (5)
Oct 06 2022 dub install package globally (3)
Oct 05 2022 Replacing tango.text.Ascii.isearch (36)
Oct 05 2022 Convert int to dchar (5)
Oct 04 2022 Connecting to D-Bus signals (1)
Oct 04 2022 Remove elements without losing capacity (6)
Oct 03 2022 rotate left an array (10)
Oct 03 2022 Way to pass params to a function passed to a fiber? (5)
Oct 03 2022 Convert array of simple structs, to C array of values (2)
Oct 02 2022 Is `void` the correct way to say "do not initialize this variable"? (9)
Oct 02 2022 csvReader: how to read only selected columns while the class Layout (8)
Oct 02 2022 Stop writeln from calling object destructor (12)
Oct 02 2022 D installer (3)
Oct 02 2022 Visual D doesn't work, now Visual Studio Code / D doesn't work!!!! (8)
Oct 01 2022 bigint and pow (5)
Oct 01 2022 How is it possible that countUntil() generates a jump-table when the (3)
Sep 30 2022 How can I get the "owner" of a method? (4)
Sep 30 2022 How to do alligned allocation? (8)
Sep 30 2022 What are best practices around toString? (6)
Sep 29 2022 Interfacing with Rust (6)
Sep 28 2022 Interfacing with basic C++ class (8)
Sep 28 2022 line terminators (3)
Sep 27 2022 Template function alias that leaves out the last type parameter (7)
Sep 26 2022 Is there a way to mark a dub package as linux only? (7)
Sep 25 2022 Deimos libzip bindings review request (1)
Sep 24 2022 Anaphoric "macros" (1)
Sep 24 2022 Detect uninitialized class var access (9)
Sep 24 2022 Passing D reimplementation of C++ template as argument to a C++ (3)
Sep 23 2022 Is this a new bug ? (5)
Sep 22 2022 Serial communication library (3)
Sep 22 2022 to delete the '\0' characters (18)
Sep 20 2022 Best way to read CSV data file into Mir (2d array) ndslice? (4)
Sep 19 2022 how to use dub to run all / chosen dependency lib's unittests (3)
Sep 19 2022 Setting import paths - project (dub) and also rdmd or dmd (4)
Sep 19 2022 Override dub dflags for a single source file only (1)
Sep 18 2022 Compiling dynamic library but not its dependencies with specific (2)
Sep 17 2022 Why this function just decides to not call another function and do its (3)
Sep 16 2022 How to workaround on this (bug?) (6)
Sep 15 2022 dub lint (8)
Sep 15 2022 Does the GC prioritize same-class when looking for things to free? (2)
Sep 14 2022 Building Example Project with `raylib-d` (3)
Sep 14 2022 plot api (2)
Sep 14 2022 C function taking two function pointers that share calculation (3)
Sep 13 2022 How check if destructor has been called? (3)
Sep 13 2022 can not take const struct member address at CTFE , is this a bug? (7)
Sep 12 2022 need help to translate C into D (14)
Sep 12 2022 How could I fix (debug) the VisualD plugin so that it actually works (1)
Sep 12 2022 Linker Error with Template Function (7)
Sep 12 2022 Shorten template arguments in debug symbols? (1)
Sep 12 2022 Function attribute best practices (14)
Sep 11 2022 Is it valid in D to write an opSlice overload that takes no arguments? (2)
Sep 11 2022 Why I get delegate when passing address of function? (7)
Sep 10 2022 Is there a way to (5)
Sep 10 2022 neovim dcd-server error : ncm2_yarp dcd-server didn't cache any (2)
Sep 10 2022 Can you access the same classes from C++ and D and vise versa, or do (6)
Sep 10 2022 import `Class` is used as a type (3)
Sep 10 2022 Using .require for struct types (7)
Sep 10 2022 How I can pass the WndProc as a parameter? (5)
Sep 09 2022 Dictionary of Templated Functions (4)
Sep 09 2022 Validate static asserts (8)
Sep 09 2022 Poste some interesting vibe.d webpages (6)
Sep 08 2022 OpenXR library bindings etc (3)
Sep 08 2022 How to add struct definition? (3)
Sep 07 2022 Storing a lambda alongside type-erased data (4)
Sep 07 2022 Error "Unexpected '\n' when converting from type LockingTextReader to (5)
Sep 07 2022 How include header file? (9)
Sep 07 2022 Reference to an unresolved external symbol (7)
Sep 06 2022 importC and cmake (7)
Sep 05 2022 Comparing slices with std.variant.Algebraic (5)
Sep 04 2022 A basic bitshifting tutorial thing (1)
Sep 04 2022 BetterC stack traces? (6)
Sep 04 2022 How to link a msvcr120.dll in an inverse recursive way after a Windows (7)
Sep 04 2022 Why do failed contracts don't dump stack backtrace in unittests? (3)
Sep 03 2022 Best practice for dub registry package and module names (11)
Sep 03 2022 Tracing out error that causes compiler crash (5)
Sep 03 2022 Forked GC explained (7)
Sep 03 2022 Error while generate DNA with uniform() (7)
Sep 02 2022 synchronized/shared associative array .require error (8)
Sep 02 2022 Constructors not working (6)
Aug 31 2022 Convert array of tuples into array of arrays. (4)
Aug 29 2022 Code compiles and run fine with LDC but segfault with DMD (6)
Aug 28 2022 Disk write in a "for" loop with RwMutex never happens (8)
Aug 27 2022 How to use a non-static objects in string `mixin`? (3)
Aug 26 2022 Casting rules (3)
Aug 26 2022 is it possible synchronized(null) ? i.e NO-OP (2)
Aug 25 2022 how to install the new dmd on Mac M1? (12)
Aug 24 2022 Comping a Musl-linked druntime & phobos? (3)
Aug 24 2022 How do you work with lst files? (2)
Aug 24 2022 How to build DMD/Phobos on Windows (6)
Aug 23 2022 what's this error: allocatestack.c:384: advise_stack_range: Assertion (2)
Aug 22 2022 Is it possible to return mutable and const range from a single method? (4)
Aug 21 2022 typeof(func!0) != typeof(func!0()) (18)
Aug 19 2022 "Error: no property `offsetof` for type `char*`" (9)
Aug 18 2022 This code completely breaks the compiler: (6)
Aug 18 2022 Recommendation for parallelism with nested for loops? (6)
Aug 18 2022 Does D actually support flexible array members? (6)
Aug 17 2022 Compile time int to string conversion in BetterC (8)
Aug 16 2022 In-place extension of arrays only for certain alignment? (11)
Aug 16 2022 Programs in D are huge (14)
Aug 15 2022 How long will DUB update a package from github release? (3)
Aug 15 2022 How do I get line numbers using pegged? (3)
Aug 15 2022 Fixed-size OutBuffer that doesn't call .resize() automatically? (for (5)
Aug 14 2022 Exercise at end of Ch. 56 of "Programming in D" (8)
Aug 14 2022 Index an AliasSeq with a run-time index (3)
Aug 12 2022 A GtkD issue (4)
Aug 12 2022 Run dub build with all generated files in /tmp (1)
Aug 12 2022 dub-registry (1)
Aug 11 2022 How to use exceptions (13)
Aug 11 2022 std.algorithm.cmp is conflicting with itself. (7)
Aug 10 2022 Array Wierdness (4)
Aug 10 2022 My programs issues (19)
Aug 09 2022 "min" and "max" (6)
Aug 09 2022 Cast converts AA to rvalue? (6)
Aug 09 2022 Copying and array into another (4)
Aug 09 2022 dirEntries() does not do source files *.d (3)
Aug 08 2022 Fix template parameter (12)
Aug 08 2022 "only" vs "[]" (2)
Aug 07 2022 How do I initialize a templated constructor? (15)
Aug 07 2022 Main foreach loop fails when another foreach is added (3)
Aug 07 2022 Acess variable that was set by thread (20)
Aug 07 2022 Supporting Arabic in GUI (7)
Aug 07 2022 Verbosity in D (17)
Aug 06 2022 "chain" vs "~" (9)
Aug 05 2022 Obscure Isssue #1 (7)
Aug 04 2022 Unittest Absurdity (16)
Aug 04 2022 Hacking C code vs D code (4)
Aug 04 2022 curses/ncurses liberary in D (9)
Aug 04 2022 CMake and D (7)
Aug 04 2022 code review: splitIds from DConf '22 day 3: saving a sort and "getting (2)
Aug 04 2022 Ranges (26)
Aug 04 2022 Arbitrary precision decimal numbers (10)
Aug 03 2022 BigInt.toString (5)
Aug 03 2022 MMFile usage (2)
Aug 03 2022 Obsecure problem 2 (12)
Aug 03 2022 How to cast away shared? (3)
Aug 02 2022 Request assistance resolving linker error: Undefined symbol(s) for (5)
Aug 02 2022 How to find all modules in a package? (6)
Aug 02 2022 Write binary data as a file (4)
Aug 01 2022 A look inside "filter" function defintion (13)
Aug 01 2022 Converting JSONValue to AssociativeArray. (4)
Aug 01 2022 Breaking ";" rule with lambda functions (21)
Aug 01 2022 never seed this kind problem with localtime_r (2)
Aug 01 2022 toString doesn't compile with -dip1000 switch (4)
Jul 31 2022 Combining JSON arrays into a single JSON array -- better way than (10)
Jul 31 2022 How to work with coverage data (1)
Jul 31 2022 How to check if a class has a specific overload for member x? (3)
Jul 31 2022 Interfacing with user-supplied binary or obj file (2)
Jul 30 2022 Obsecure problem 1 (17)
Jul 29 2022 Does anyone here know how to create a Telegram bot in D? (4)
Jul 29 2022 A converting problem in using "among" with arrays (6)
Jul 29 2022 Is this a violation of const? (12)
Jul 29 2022 "strstr" D equivalent (8)
Jul 28 2022 "strtok" D equivalent (9)
Jul 28 2022 BASIC "sgn" function equivalent (10)
Jul 28 2022 Iterating over mixin template members (1)
Jul 27 2022 Build for i586 (18)
Jul 27 2022 Some user-made C functions and their D equivalents (32)
Jul 27 2022 BetterC Name Mangling Linker Errors (3)
Jul 27 2022 Exclamation symbol "!" within functions syntax (6)
Jul 26 2022 Particular exceptions names (6)
Jul 25 2022 "string" data type with readln (3)
Jul 25 2022 does the format of coverage files have a name? (2)
Jul 25 2022 char* pointers between C and D (11)
Jul 24 2022 Using "%s" with inputting numberic values (3)
Jul 24 2022 Using LDC2 with --march=amdgcn (3)
Jul 23 2022 please help me to reverse a function call order (13)
Jul 22 2022 OK to do bit-packing with GC pointers? (8)
Jul 22 2022 mixin template bug with opBinary? (5)
Jul 22 2022 Vibe.d conectting to a mongo replica set (1)
Jul 20 2022 "Memory allocation failed" on big array (3)
Jul 20 2022 Working with arrays (flatten, transpose, verfify rectangular) (7)
Jul 19 2022 Expanding CTFE code during compilation (13)
Jul 19 2022 Choosing the correct compiler version (7)
Jul 18 2022 std.signals: Error: static assert: "Aliases to mutable thread-local (3)
Jul 16 2022 File.write introduces \r regardless of presence (4)
Jul 14 2022 Unable to use map() and array() inside a class-field's initializer. (3)
Jul 13 2022 Using Sequence Range as a SortedRange. (3)
Jul 13 2022 How can I convert a file encode by CP936 to a file with UTF-8 encoding (3)
Jul 12 2022 Why does inputRangeObject fail to derive correctly for (6)
Jul 12 2022 curl: byChunkAsync and onProgress (1)
Jul 12 2022 null == "" is true? (33)
Jul 12 2022 How to dynamically calculate an index? (3)
Jul 12 2022 How can I match every instance of a template type (struct)? (8)
Jul 11 2022 vectorization of a simple loop -- not in DMD? (18)
Jul 10 2022 How to debug thread code (3)
Jul 09 2022 How to obtain Variant underlying type? (12)
Jul 09 2022 Ascertaining! (2)
Jul 08 2022 Is there any implementation of a 128bit integer? (5)
Jul 08 2022 Unwrap variadic template into vararg of pointers of the same types (5)
Jul 08 2022 Cannot copy void[] to void[] in safe code? (3)
Jul 06 2022 Background thread, async and GUI (dlangui) (16)
Jul 04 2022 vibe.d Serialize/Deserialize SumType to/from json (2)
Jul 02 2022 Importing module from the perspective of submodule. (2)
Jul 01 2022 How to call a function from a dll created with d ? (26)
Jul 01 2022 How to check if something can be null (5)
Jul 01 2022 dlang bug - accessing module variable from method segfaults only when (9)
Jun 30 2022 vibe.d community/forum/whatever ? (1)
Jun 28 2022 ePub/Mobi/AZW3/PDF of Phobos Runtime Library (9)
Jun 25 2022 How can I check if a type is a pointer? (5)
Jun 23 2022 Null terminated character (4)
Jun 23 2022 DIP1000 (20)
Jun 23 2022 Reading parquet files from D (2)
Jun 23 2022 How to use templates in a separate library? (4)
Jun 22 2022 Python <==> d call both ways example (with PyD and autowrap)? (5)
Jun 22 2022 Static Initialization of Structs syntax (3)
Jun 22 2022 get debug information for Deprecation warning (1)
Jun 21 2022 Better way to achieve the following (6)
Jun 21 2022 destroy and safe (14)
Jun 20 2022 Enforce not null at compile time? (4)
Jun 20 2022 Any way to define variables from one scope in another scope? (2)
Jun 19 2022 Conpile-Time module constructor (6)
Jun 18 2022 Window created with Windows API is not visible (8)
Jun 18 2022 can you initialize a array of POD structs? (3)
Jun 18 2022 multidim array with enum (2)
Jun 17 2022 Need Help with Encapsulation in Python! (4)
Jun 17 2022 std.conv.to (8)
Jun 17 2022 nested function overloading (8)
Jun 16 2022 UFCS limit (7)
Jun 16 2022 Creating DLL (10)
Jun 15 2022 Consuming D libraries from other languages (5)
Jun 15 2022 Whats the proper way to write a Range next function (5)
Jun 15 2022 getSymbolsByUDA in constructor/member functions (7)
Jun 14 2022 Convering strings containing number (3)
Jun 14 2022 Bug? (3)
Jun 14 2022 ImportC: unresolved external symbol (3)
Jun 14 2022 Bug in dmd? (11)
Jun 14 2022 how to set REST path for gcloud api in vibe.d? (1)
Jun 14 2022 Closures over temporary variables (3)
Jun 13 2022 Failure due to memcpy being called at compile time (10)
Jun 13 2022 Dynamic chain for ranges? (7)
Jun 11 2022 Can I create a package with friendly modules (8)
Jun 11 2022 sha256 to bigint (3)
Jun 11 2022 Error: cannot use non-constant CTFE pointer in an initializer (3)
Jun 10 2022 map! evaluates twice (6)
Jun 10 2022 Run a command-line process with data sent, and retrieve the data. (5)
Jun 10 2022 Range to Nullable conversion (5)
Jun 10 2022 'each' can take static arrays (3)
Jun 10 2022 a struct as an multidimensional array index (14)
Jun 10 2022 Why allow initializers of non-static members that allocate? (18)
Jun 09 2022 Generating unique identifiers at compile time (8)
Jun 06 2022 C-like static array size inference - how? (10)
Jun 06 2022 want to confirm: gc will not free a non-gc-allocated field of a (14)
Jun 06 2022 What happened to Circular Studio? (4)
Jun 06 2022 How to map machine instctions in memory and execute them? (Aka, how to (11)
Jun 05 2022 Copy Constructor (12)
Jun 05 2022 How to call a GDI+ function from D ? (4)
Jun 04 2022 D for data science and statistics (4)
Jun 04 2022 dlang compilers & licenses. (3)
Jun 04 2022 What happened to Deimos and why ? (3)
Jun 03 2022 Comparing Exceptions and Errors (78)
Jun 02 2022 int | missing | absent (11)
Jun 01 2022 Dynamic Arrays Capacity (9)
Jun 01 2022 Graphing a D function : possible? (3)
Jun 01 2022 Anybody have any idea on how to do shared operator overloads? (5)
May 31 2022 Basic SQLite Application (6)
May 31 2022 Templatized delegates (6)
May 31 2022 static assert("nothing") (8)
May 30 2022 Execute the Shell command and continue executing the algorithm (6)
May 28 2022 Compiler switch for integer comparison/promotion to catch a simple (6)
May 27 2022 Why is the compiled file size so huge? (5)
May 27 2022 Inferred attributes errors in template function. (5)
May 26 2022 Bug? (1)
May 25 2022 Tracing/Profiling D Applications (14)
May 25 2022 Why (v1<<8 + v2) different from (v1<<8 | v2)? (3)
May 24 2022 How to fix "typesafe variadic function parameter"? (4)
May 24 2022 Implicit integer conversions Before Preconditions (3)
May 24 2022 Cannot check function address (21)
May 23 2022 How to call destroy() in nogc? (5)
May 23 2022 mixin template (3)
May 23 2022 How are delegate attributes in fn signature inferred? (3)
May 23 2022 Allocate a string via the GC (8)
May 23 2022 Odd construct idea. Splitting arguments inside a parameter list. (5)
May 22 2022 Does D programming language have work steal queue? (11)
May 22 2022 Debug with lldb on windows? (1)
May 21 2022 Install DCD language server on Raspberrry PI4 (aarch64) requires rdmd (6)
May 20 2022 Sleep in a cycle (5)
May 19 2022 UI Library (20)
May 19 2022 vibe.d requestHTTP in static this causes infinite loop? (4)
May 19 2022 Error: undefined symbol: _WinMain 16 When try compile no console (11)
May 19 2022 template? mixin? template mixins? for modifying a struct setup (11)
May 18 2022 vibe.d ubuntu 22.04 ssl linking error (2)
May 18 2022 Unexplainable behaviour with direct struct assignment. (9)
May 18 2022 class destructors must be disabled? (9)
May 18 2022 Installing DMD on linux via snap (5)
May 17 2022 I need to use delete as the method name. But now it's still a keyword, (6)
May 17 2022 undefined reference to `const const(char)[] object.Throwable.message() (2)
May 16 2022 Question on shapes (10)
May 16 2022 D WebAssembly working differently than C++, Zig (10)
May 15 2022 Why are structs and classes so different? (32)
May 15 2022 decimal type in d (5)
May 15 2022 Why doesn't this piece of code work? (15)
May 14 2022 FTP LS (7)
May 13 2022 Error: variable `impl` cannot be modified at compile time (4)
May 13 2022 Best Practice to manage large projects with dub? (3)
May 13 2022 What exact debugging information is added to the binary and how to (2)
May 12 2022 Template shenannigans with multiple datatypes (9)
May 12 2022 Help, in vibe.d, how to get configure var of mongodb in heroku? (10)
May 12 2022 Back to Basics at DConf? (14)
May 12 2022 Exercises (3)
May 12 2022 Creating a custom iota() (8)
May 11 2022 Virtual methods on stack objects (7)
May 11 2022 While loop on global variable optimised away? (5)
May 10 2022 What are (were) the most difficult parts of D? (95)
May 10 2022 Type Parameter Deduction (7)
May 09 2022 range result in Tuple! and how to convert into assocArray by sort? (7)
May 09 2022 Parameters of overloaded templated function (7)
May 09 2022 How to convert a LPCWSTR aka const(wchar)* to string (3)
May 09 2022 Trait for "can be instantiated"? (13)
May 07 2022 Compile delegate with enum into proper function? (9)
May 06 2022 Interface wierdness (3)
May 06 2022 What am I doing wrong here? (5)
May 06 2022 dip1000 return scope dmd v 2.100 (3)
May 05 2022 How to unpack template parameters,Or how to forward parameters? (3)
May 05 2022 Using regular expressions when reading a file (11)
May 05 2022 Why isn't my dynamic array method doesn't work for this type? (10)
May 04 2022 Including C sources in a DUB project (13)
May 04 2022 Unittests being broken (2)
May 03 2022 DMD failed with exit code -1073741819 (4)
May 03 2022 String Literals (2)
May 03 2022 How to get compatible symbol names and runtime typeid names for (19)
May 02 2022 How to remove an element from a dynamic array with given index ? (3)
Apr 30 2022 Parameters declared as the alias of a template won't accept the (28)
Apr 30 2022 Help with DynamicArray of Emsi Containers (3)
Apr 30 2022 What's a good way to disassemble Phobos? (4)
Apr 30 2022 error connecting to mongodb atlas with vibe.d (3)
Apr 29 2022 Is T.init allowed? (3)
Apr 28 2022 How do I get the screen resolution? (7)
Apr 27 2022 generic function instance without call (5)
Apr 27 2022 CTFE and BetterC compatibility (11)
Apr 26 2022 A template construct like using() (5)
Apr 26 2022 Language server (6)
Apr 26 2022 Library for image editing and text insertion (30)
Apr 26 2022 Problem with GC - linking C++ & D (with gdc) (8)
Apr 25 2022 Reference counting example (5)
Apr 25 2022 Get UDAs of self's declaration as a member? (2)
Apr 25 2022 Assigning to array of structs with custom constructor (14)
Apr 25 2022 std.typecons Typedef initializers? (5)
Apr 24 2022 Linked list, printing looks destructive. (9)
Apr 24 2022 How to implement private constructor (6)
Apr 24 2022 How to use destroy and free. (37)
Apr 24 2022 Create a wrapper around larger c-libraries (3)
Apr 24 2022 Is live attribute working yet? (6)
Apr 22 2022 Variables & kind of memory (9)
Apr 22 2022 microservice story needed (1)
Apr 21 2022 What is the difference between a static assert and a unit test? (3)
Apr 21 2022 Understanding alias template parameters (8)
Apr 21 2022 unexpected noreturn behavior (6)
Apr 21 2022 How to get an IP address from network interfaces (10)
Apr 20 2022 stack frame & dangling pointer weirdness (9)
Apr 20 2022 Infinite fibonacci sequence, lazy take first 42 values (7)
Apr 20 2022 dub import local D package (5)
Apr 20 2022 ldc2 error , Error: declaration . . is already defined (2)
Apr 20 2022 Create an associative array with function pointers as the value (5)
Apr 20 2022 Lambda Tuple with Map Reduce (4)
Apr 19 2022 Calling template member function? (12)
Apr 18 2022 save and load a 2d array to a file (6)
Apr 18 2022 Install D lang on Windows 10 : an installation step by step tutorial (5)
Apr 17 2022 DUB issues (7)
Apr 17 2022 Static struct initialization syntax behavior & it being disabled upon (12)
Apr 17 2022 How to use Vector Extensions in an opBinary (6)
Apr 16 2022 Do I have to pass parameters with ref explicitly? (6)
Apr 16 2022 Beginner memory question. (6)
Apr 16 2022 TIC-80 WebAssembly: pointers to fixed addresses (3)
Apr 16 2022 Template name undefined when import from "library" target. (2)
Apr 16 2022 Can Enums be integral types? (6)
Apr 16 2022 how can i mixin a function as struct or class member function (1)
Apr 15 2022 Collect the arguments of all the function calls at a compile time in (2)
Apr 14 2022 Nested function requires forward declaration? (4)
Apr 13 2022 RefCounted (4)
Apr 12 2022 one liner to split a string into every n chars? (3)
Apr 11 2022 Lambdas Scope (3)
Apr 11 2022 Importing version identifiers from another file? (5)
Apr 10 2022 Why do immutable variables need reference counting? (30)
Apr 09 2022 scope variable `b` assigned to `a` with longer lifetime (-dip1000) (2)
Apr 07 2022 extended characterset output (6)
Apr 07 2022 How to implement this? (8)
Apr 07 2022 Again, ask help with Dlang program footprint (5)
Apr 07 2022 A weird example of .toUTF16z concatination side-effects in wcsncat (5)
Apr 07 2022 Conversion from ANSI 1252 to unicode (3)
Apr 06 2022 Looking for a workaround (5)
Apr 06 2022 Mixin Templates and Operators (9)
Apr 06 2022 How to print or check if a string is "\0" (null) terminated in the D (4)
Apr 05 2022 Check if Key exists in Associative Array using D language. (3)
Apr 05 2022 How to use an existing D package in Visual D? (3)
Apr 04 2022 Removing elements from dynamic arrays? (11)
Apr 04 2022 How do you get passed `LNK: cannot find python39.lib` errors when (1)
Apr 04 2022 I want to append to lists without using append (4)
Apr 04 2022 Is it safe to read to memory after it has been allocated with (6)
Apr 03 2022 arsd.minigui (3)
Apr 03 2022 Const Variables (8)
Apr 02 2022 Variadic templates with default parameters. (1)
Apr 02 2022 Google Code Jam 2022 (11)
Apr 02 2022 Unit tests via DUB (7)
Apr 01 2022 Can std.variant be used with std.container.rbtree? (11)
Apr 01 2022 Does the GC consider slice lengths? (8)
Mar 31 2022 Good to the last drop. (3)
Mar 30 2022 How pretty-print a struct? (3)
Mar 30 2022 How to create delegates with an independent scope? (5)
Mar 29 2022 How to unit-test behavior under "version"? (6)
Mar 29 2022 How do you properly use immutable on class members? (6)
Mar 28 2022 arsd-minigui - couple of questions (18)
Mar 27 2022 Windows Msys terminal not flushing on newlines (4)
Mar 27 2022 How to make a generic function to take a class or struct by reference? (6)
Mar 26 2022 Help needed to learn typeof(return) (4)
Mar 24 2022 Fiber pool? (2)
Mar 23 2022 Why exe size change if import entire std or just writeln? (3)
Mar 22 2022 How can I implement SSL protocol in my program? (1)
Mar 22 2022 Determining function template from runtime type: better ideas? (2)
Mar 19 2022 Example of Windows SSL with Secure Channel? (4)
Mar 19 2022 Cross-compilation for Linux from Windows using DMD (1)
Mar 18 2022 Help needed to learn templates (11)
Mar 18 2022 Nested Classes with inheritance (8)
Mar 18 2022 Basic question about size_t and ulong (10)
Mar 17 2022 I like dlang but i don't like dub (23)
Mar 17 2022 freebsd dub linker error (10)
Mar 17 2022 dmd 2.099 regression: unittest -checkaction=context and import (6)
Mar 16 2022 static init c struct with array filed (7)
Mar 14 2022 Make shared static this() encoding table compilable (17)
Mar 12 2022 Detecting manifest contants (5)
Mar 12 2022 error forward references if scope (2)
Mar 10 2022 Template with default parameter (8)
Mar 10 2022 Write UTF-8 bytes directly to stack buffer (4)
Mar 08 2022 How to exclude function from being imported in D language? (12)
Mar 03 2022 How to use ImportC? (9)
Mar 03 2022 How to remove all characters from a string, except the integers? (29)
Mar 02 2022 How to convert a string command line argument to an int? (2)
Mar 02 2022 How do I create a package? (7)
Mar 01 2022 gcopt=fork:1 (3)
Mar 01 2022 Setting SQLite compile time parameters from etc.c.sqlite3 (3)
Mar 01 2022 What does dual-context mean? (3)
Mar 01 2022 Cannot Call Super-Class Overloaded Function If Class has Function (5)
Feb 28 2022 opCast in class prevents destroy (9)
Feb 28 2022 Colors in Raylib (13)
Feb 27 2022 Set output location for dub --single (3)
Feb 27 2022 https://run.dlang.io/ vs All dmd compilers (2.060 - latest) (9)
Feb 26 2022 Simple way to handle rvalues and templates. (3)
Feb 26 2022 Source code for vibe.d listenTCP() (6)
Feb 26 2022 Detecting ElementType of OutputRange (5)
Feb 26 2022 How to get instance member value from getSymbolsByUDA (6)
Feb 25 2022 template instance does not match template declaration (5)
Feb 25 2022 How to programmatically get all the method names of an interface (4)
Feb 25 2022 std.process execute always returns -11 on linuxkit kernel (1)
Feb 24 2022 2D arrays, slices and manual memory allocation (3)
Feb 24 2022 How to check that a member function is generated by compiler? (7)
Feb 23 2022 Will it be possible to write a GCC frontend in D? (7)
Feb 22 2022 Odd behaviour of std.range (9)
Feb 21 2022 how to return map(fn) (8)
Feb 21 2022 SumType alias can't be deduced? (3)
Feb 21 2022 DDoc Reference Links point to /docs/docs instead of /docs? (5)
Feb 21 2022 Why writeln can't be converted to nothrow with just catching of (15)
Feb 21 2022 Differences between lambda function and regular functions in higher (4)
Feb 20 2022 Is there a way to not escape slashes when parsing JSON? (14)
Feb 20 2022 Crosscompiling LDC's druntime for Android on Windows (2)
Feb 20 2022 keyword as struct field (7)
Feb 19 2022 Function Parameters without Names? (6)
Feb 19 2022 Tips on TCP socket to postgresql middleware (22)
Feb 19 2022 curl error msg (3)
Feb 18 2022 initializing struct containing user defined type (8)
Feb 17 2022 Member function forwarding (3)
Feb 16 2022 Does anyone build for Android? Tons of link errors.. (7)
Feb 15 2022 Strange behavior of iota (9)
Feb 14 2022 split Error - no overload matches (6)
Feb 13 2022 GtkD on macOS Monterey (3)
Feb 12 2022 Offline D documentation/tutorial (9)
Feb 12 2022 safe SQL database on Windows (3)
Feb 12 2022 Declaring a reusable formula and using it in other scopes. (3)
Feb 11 2022 Is there an equivavlent to C# boxing in D? (6)
Feb 10 2022 How to work with hashmap from memutils properly? (7)
Feb 10 2022 Cross Compile to Linux from Windows using LDC? (4)
Feb 10 2022 How to update Associative Array? (10)
Feb 09 2022 how to handle very large array? (16)
Feb 09 2022 Filling an array at compile time (9)
Feb 08 2022 How to use sets in D? (10)
Feb 08 2022 Is this Windows Win32 fileapi.h header accessible in D language? (4)
Feb 08 2022 How to verify DMD download with GPG? (8)
Feb 07 2022 stripping binaries from LDC2 (4)
Feb 05 2022 iteration over directories is unsafe (2)
Feb 05 2022 what's meaning of "(a) =>" (3)
Feb 04 2022 Approach to Integration Testing in D (6)
Feb 02 2022 ldc executable crashes with this code (21)
Feb 02 2022 How to make dub recursively build subPackages? (7)
Feb 01 2022 package libs on windows (2)
Jan 27 2022 Embarrassed to ask this question because it seems so trivial but (4)
Jan 27 2022 Order of object fields (3)
Jan 26 2022 Template sequence parameter and default value (5)
Jan 25 2022 gdc or ldc for faster programs? (44)
Jan 25 2022 How to create a function that behaves like std.stdio.writeln but (4)
Jan 25 2022 passing a variadic parameter to randomSample (13)
Jan 24 2022 What is safe to do in an extern (C) function and how can I test this? (4)
Jan 24 2022 unordered output of an associated array of associated arrays (8)
Jan 24 2022 Linkage question (5)
Jan 24 2022 dustmite and Windows file access errors (2)
Jan 23 2022 dynamic format specifier possible? (3)
Jan 22 2022 How to do same as 'nmap' command from within a D program? (7)
Jan 22 2022 map question (7)
Jan 22 2022 Ensuring allocation isn't thread-local? (3)
Jan 22 2022 forward tuple arg to local variable + dtor (8)
Jan 22 2022 Is anyone planning to participate in Google HashCode 2022? (1)
Jan 20 2022 -debug question (4)
Jan 20 2022 Trying to cross compile from windows to android (6)
Jan 20 2022 Meaning of in, out and inout (4)
Jan 19 2022 automate tuple creation (48)
Jan 19 2022 Using getSymbolsByUDA in a static foreach loop (7)
Jan 19 2022 how to print "111000" out into 0b111000 (3)
Jan 19 2022 why there is a [] at the end of assocArray (6)
Jan 19 2022 Function prototype overloading does not work ? (4)
Jan 18 2022 Debug symbols from libs not being linked on windows (2)
Jan 18 2022 shared defaultlib with dmd (5)
Jan 18 2022 ldc2 failed with exit code -1073741819. (8)
Jan 17 2022 alias and __VERSION__ condition doesn't play well (6)
Jan 17 2022 number ranges (27)
Jan 16 2022 Throw stack trace from program kill (11)
Jan 15 2022 Dynamic array ot not (20)
Jan 15 2022 Improve a simple event handler (5)
Jan 14 2022 chunks result to array (2)
Jan 14 2022 How to convert a chunks result to a two-dimensional array (7)
Jan 14 2022 Unintuitive behavior with shared classes & template member functions; (3)
Jan 14 2022 How to alias (5)
Jan 12 2022 How to compile with GtkD (1)
Jan 12 2022 Static indexing (4)
Jan 12 2022 error: rvalue constructor and a copy constructor (2)
Jan 11 2022 A slice consisting of non-consecutive elements of an array? (8)
Jan 10 2022 Undefined reference to "S_ISDIR" and "S_ISREG" when compiling with (8)
Jan 09 2022 safe question (11)
Jan 08 2022 parallel foreach stuck on 8 workUnitSize (2)
Jan 07 2022 Windows link trouble (8)
Jan 06 2022 Safe code doesnt seem to complain when it should (2)
Jan 05 2022 std.concurrency and const (3)
Jan 05 2022 mixin does not work as expected (12)
Jan 04 2022 Returning value by ref does not create a ref. Is this intentional? (7)
Jan 04 2022 what is going on here? (6)
Jan 04 2022 Module without object file? (9)
Jan 04 2022 Libc functions undefined when linking (15)
Jan 04 2022 what's the proper way to assign this? (5)
Jan 04 2022 Is there a File-like object for unit tests? (5)
Jan 03 2022 compiler fails with fatal error LNK1318: Unexpected PDB-error: OK (0) (5)
Jan 02 2022 Printing a quoted string (10)
Dec 30 2021 print ubyte[] as (ascii) string (31)
Dec 27 2021 Starting and managing threads (14)
Dec 09 2021 Can anyone provide an example of how D templates are overridable by (10)
Dec 08 2021 T... args! (12)
Nov 27 2021 Debugging D code with GDB (10)
Oct 31 2021 srand in D (10)
Aug 03 2021 module search paths (8)
Jul 23 2021 Cannot always deduce template arguments when using implicitly cast (4)
Jun 28 2021 Deploy vibe.d application on Heroku : App not compatible with (4)
Apr 24 2021 Calling readln() after readf (13)
Sep 17 2020 Proper way to exit with specific exit code? (15)
Jun 12 2020 How to create Multi Producer-Single Consumer concurrency (5)
May 16 2020 How to move from Unique(someClass) to Unique(someInterface)? (4)
May 12 2020 Fetching licensing info for all dependencies of a DUB project (7)
Nov 29 2019 Running GtkD programs on macOS (6)
Jul 09 2019 SendMessageTimeoutW requires casting string to uint? (8)
Feb 28 2019 dmd for Haiku OS (3)
Nov 26 2016 non-constant expression ["foo":5, "bar":10, "baz":2000] (12)
Sep 26 2016 Easy sockets - don't exist yet? (20)
Other years:
2024 2023 2022 2021 2020 2019 2018 2017 2016 2015 2014 2013 2012 2011 2010 2009 2008 2007 2006 2005