news.digitalmars.com - digitalmars.D.learn
Mar 21 Threads (4)Mar 21 better video rendering in d (5)
Mar 20 Read a text file at once for regex searching (3)
Mar 19 Traverse a DList and insert / remove in place? (2)
Mar 19 alias Error: need 'this' (5)
Mar 19 Difference between using `import` with/without the colon (3)
Mar 19 std.net.curl.HTTP: can't download more than 3.6K (2)
Mar 18 templates and traits (3)
Mar 18 What makes vibe.d Incredibly Slow on a VPS? (2)
Mar 16 Any ways to get addr2line working with DMD? works fine with GDC (5)
Mar 16 Global thread-local free-list allocator (4)
Mar 16 read/peek and automatically advance index in buffer (3)
Mar 16 Is comparison of shared data thread-safe? (3)
Mar 15 Is this a bug? (5)
Mar 15 My tiny program still can't get FreeImage.dll to load... GLFW.dll (3)
Mar 14 Better way to compromise on the lack of template alias resolution (5)
Mar 14 evenChunks on a string - hasLength constraint fails? (3)
Mar 13 #define-like behavior (7)
Mar 13 DMD: what's the proper way to get a list of symbols from a Module (1)
Mar 13 Preventing the Compiler from Optimizing Away Benchmarks (3)
Mar 13 Code organization, dub, etc. (7)
Mar 12 Directly compiling a D program with other libraries (3)
Mar 12 const in functions (9)
Mar 12 'auto' keyword (6)
Mar 11 Using bindbc-sdl with D (9)
Mar 11 How can I get the scalar type of a pointer to pointer (and in even (5)
Mar 11 nogc and Phobos (10)
Mar 11 vibe.d (3)
Mar 10 How to work with phobos github projects (1)
Mar 09 How to expand wildchar under dos ? (2)
Mar 09 DlangUI Layout Justification (6)
Mar 08 phobos build issue with dmd-2.102.2 (1)
Mar 08 help: Unresolvable dependencies to package openssl (3)
Mar 08 dub.sdl bindbc-glfw is returning a deprecation warming. So what do I (4)
Mar 08 Can nice D code get a bit slow? (8)
Mar 07 Is there a way to get the name of the current function? (5)
Mar 06 Best way to read/write Chinese (GBK/GB18030) files? (14)
Mar 05 How to build a static lib properly? (15)
Mar 04 compile x64 .dll and .so without dependencies (3)
Mar 04 DUB test and strings that look like D code (2)
Mar 04 Use dub to create source lib and executables (5)
Mar 03 Can't load FreeImage.dll with Windows (5)
Mar 03 Passing and returning arguments by ref (4)
Mar 02 Desiring bool any_key_pressed() (3)
Mar 02 Some questions with D and webassembly (4)
Mar 02 Bug in DMD? (19)
Mar 01 foreach with assoc. array (3)
Mar 01 Terminating the process of a running LDC2 compiler. (3)
Mar 01 How would the equivalent C type be in D? (7)
Feb 28 Linking phobos64.lib errors (2)
Feb 25 CompilerInvocationException (5)
Feb 25 Using Windbg to debug D applications and unittests (10)
Feb 24 stdin.readln line editing and recall with up arrow (6)
Feb 24 dub.selections.json & optional dependencies: How's it work? (3)
Feb 24 Template alias parameter: error: need 'this' for ... (5)
Feb 23 Linker problem (1)
Feb 23 dub creates unrunnable binary in "build" dir (3)
Feb 22 Template + alias + basic type depends on another parameter = broken? (3)
Feb 22 importC - how to use more effectively? (2)
Feb 20 How to get only the field name from an alias? (5)
Feb 19 Lazy and GC Allocations (6)
Feb 19 Dub is not finding the dynamic link library MSVCR120.dll... (3)
Feb 19 Big struct/class and T.init (4)
Feb 19 Transform static immutable string array to tuple. (4)
Feb 17 Deciding one member of iteration chain at runtime (5)
Feb 17 ELIZA Chatbot Implementation From C to D Lang (3)
Feb 16 [OT] (Go) Do I read it right? (2)
Feb 15 Debugging memory leaks (3)
Feb 14 Combining Templates While Minimizing Bloat (1)
Feb 14 How can I easily determine the last charachter of a file? (3)
Feb 14 Want a module to import from a sister directork; How? (6)
Feb 13 Simplest way to convert an array into a set (6)
Feb 13 My vibe-d test app is crashing on Windows (3)
Feb 12 How does the function 'iota' get its name? (3)
Feb 12 ddbc with Vibe-d (7)
Feb 10 Gneric linkedList range adaptor (7)
Feb 09 MongoDB and vibe troubles. (1)
Feb 09 toString best practices (3)
Feb 09 How to debug/set breakpoint a dynamic library.so ? (3)
Feb 08 Comparison of multidimensional associative arrays (8)
Feb 07 Wrong compiler error message regarding overload sets (1)
Feb 07 Default arguments (2)
Feb 06 A potential use-case for template mixins? (2)
Feb 05 ImportC "no include path set" (12)
Feb 05 staticMap but with two arguments (7)
Feb 04 betterC DLL in Windows (22)
Feb 04 compile: link dynamic OR static library in Windows (15)
Feb 03 Logging logs in Windows (8)
Feb 03 Are there some helpers in Phobos equivalent to std::set_difference of (6)
Feb 03 SFML D bindings: libsfml-system.so.2.5: cannot open shared object (16)
Jan 30 Assign to Array Column (11)
Jan 29 Which TOML package, or SDLang? (6)
Jan 29 How to get the body of a function/asm statement in hexadecimal (4)
Jan 28 hasUDA alternatives? (3)
Jan 27 How to a link to a C library to create static bindings? (3)
Jan 26 How can I install packages in Dlang? (Linux Ubuntu) Como puedo (3)
Jan 26 std.logger issue (4)
Jan 23 Library object name collision (4)
Jan 23 Need some technical help an object oriented wrapper I am creating for (8)
Jan 23 How to use safe when a C library integration needed (2)
Jan 22 Hipreme's #8 Tip of the day - Using custom runtime with dub projects (4)
Jan 21 Function which returns a sorted array without duplicates (5)
Jan 21 More Elegant Settable Methods? (6)
Jan 21 How to write a library (4)
Jan 21 Tab completion using neovim (4)
Jan 20 vibe.d + mongoDB (3)
Jan 20 Is there a way to get a =?UTF-8?B?dGVtcGxhdGXigJlz?= parameters and (6)
Jan 20 Non-ugly ways to implement a 'static' class or namespace? (194)
Jan 19 How to Add CSS and JS to vibe.d templates (2)
Jan 19 What is the 'Result' type even for? (13)
Jan 19 Pyd examples or resources for Python 3.x (4)
Jan 19 Vibe.d Diet Templatesand Forms (3)
Jan 19 Covariance for [] (2)
Jan 18 Are there more up-to-date D template tutorials? (6)
Jan 17 Problem with ImportC example? (17)
Jan 16 MacOS Weirdness (2)
Jan 15 D Static Array (2)
Jan 15 How to access private variable of outer class from an inner struct (6)
Jan 13 Failed to archive JPEG (ArchiveMember): Invalid UTF-8 sequence (at (3)
Jan 13 Unittests on a module (2)
Jan 13 Creating a pointer/slice to a specific-size buffer? (Handing out a (9)
Jan 13 Why not allow elementwise operations on tuples? (5)
Jan 13 Should importC fail on invalid C code? (2)
Jan 13 Why does the importC example not compile? (6)
Jan 12 (Noob question) Should subclasses be defined in separate modules? (2)
Jan 12 Nested sibling classes (5)
Jan 12 Mixin helper help (13)
Jan 11 Vibe.d serve files from filesystem (2)
Jan 10 append - too many files (4)
Jan 09 Coding Challenges - Dlang or Generic (39)
Jan 08 enum functions (8)
Jan 08 BetterC unexpected results (6)
Jan 08 Why does this code only work with `std.conv.to` whilst not with (5)
Jan 07 what wrong with this alias (5)
Jan 06 Bug or feature? iota has different semantics for integer and float (5)
Jan 06 how to use dmd.lexer.Lexer (2)
Jan 05 GC interaction with malloc/free (4)
Jan 05 Error "Outer Function Context is Needed" when class declared in (5)
Jan 05 How to avoid variable capturing in `foreach` loop with lambdas? (15)
Jan 05 forgetting -betterC means no runtime bounds checking? (6)
Jan 03 Why does this code only work with `T` and not `typeof(T)`? (3)
Jan 03 Is there a way to enforce UFCS? (9)
Jan 02 How should I return multiple const values from a function? (8)
Jan 01 Is there such a JSON parser? (9)
Jan 01 Solving optimization problems with D (5)
Dec 31 Address of a class object (23)
Dec 31 2022 Hipreme's #7 Tip of the day - Using the out parameters (2)
Dec 30 2022 Handling CheckBox state changes in DLangUI (4)
Dec 27 2022 Compile time vs run time -- what is the difference? (12)
Dec 12 2022 Structure initializer VS lambda function (4)
Apr 02 2022 Where I download Digital Mars C Preprocessor sppn.exe? (11)
Aug 29 2021 vibe.d community/forum/whatever ? (10)
Aug 25 2019 Sort Associative Array by Key (12)
Other years:
2023 2022 2021 2020 2019 2018 2017 2016 2015 2014 2013 2012 2011 2010 2009 2008 2007 2006 2005