Search results

Jump to: navigation, search
  • Stateless programming is a popular technique for encapsulation. D currently supports <syntaxhighlight lang="d">
    4 KB (671 words) - 05:05, 29 August 2013
  • ...the optional libraries will fail and should be disabled. Building c++ and d compilers may require that the c compiler from this build is already instal --enable-languages=c -- enable-languages=c,c++ -- enable-languages=c,c++,d
    8 KB (1,391 words) - 20:04, 1 September 2015
  • gdc main.d -o main This will attempt to compile and link the file 'main.d' and place the output into the file 'main'.
    10 KB (1,432 words) - 16:07, 9 June 2022
  • [https://github.com/D-Programming-Language/phobos/pull/1500/files std.logger] is a module authore [http://forum.dlang.org/post/mailman.313.1377180809.1719.digitalmars-d@puremagic.com Initial pre-review discussion]
    7 KB (959 words) - 16:42, 28 January 2015
  • ...ements [http://en.wikipedia.org/wiki/Observer_pattern Observer pattern] in D. It is supposed to deprecate and supersede existing (and broken) std.signal People marked with asterisk belong to this list : https://github.com/D-Programming-Language?tab=members
    2 KB (262 words) - 09:17, 21 January 2014
  • |[http://forum.dlang.org/post/mailman.326.1384066006.9546.digitalmars-d@puremagic.com Related forum discussion] ...er automatically memcpy the object image before the postblit call. But the user-defined postblit does nothing for the 'arr' field. So, the int[] arr will b
    13 KB (1,878 words) - 01:08, 19 December 2013
  • ...coupled with documentation available on dlang.org - even some experienced D developers seem to be confused by actual semantics of entities called "tupl ...ery core part of the language right now, widely used both in libraries and user code in variety of forms; changing it will result in uncontrollable breakag
    8 KB (1,137 words) - 18:35, 7 March 2014
  • ...cc.gnu.org/ml/gcc-patches/2017-05/msg02108.html initial submission] of the D front-end to GCC, this aims to keep a record of the current status of both | Add D language support to GCC proper.
    9 KB (1,363 words) - 22:15, 28 October 2018
  • ...]), bringing D to mobile devices, shaping GUI libraries for D, integrating D with other languages and more. Happy hacking! * A tool to extract strings which need to be translated from D code
    18 KB (2,945 words) - 20:23, 1 September 2015
  • ...e D implementation for 32 bit Windows systems. Naturally, Windows specific D features are not portable to other platforms. of C, in D there is:
    3 KB (380 words) - 16:02, 12 December 2021
  • ...near the bottom of the window. This will show you two lists of variables - user ones and system ones. ...t then press the "Edit" button. If you cannot see a "PATH" variable in the user list, click on the "New" button.
    2 KB (416 words) - 10:16, 14 November 2014
  • ...braries) are one of the foundations of system programming for Windows. The D programming language enables the creation of several different types of DLL This guide will show how to create DLLs of various types with D.
    8 KB (1,256 words) - 19:59, 27 December 2023
  • ...ociative arrays, and delegate closures. See [http://dlang.org/builtin.html D Builtin Rationale]. The three primary methods for allocating memory in D are:
    21 KB (3,112 words) - 03:45, 16 May 2019
  • ...ay also be useful for other programming languages which wish to learn from D's experience. ...been an oft-discussed topic. This language feature has evolved throughout D's history (e.g. the addition and removal of the <tt>-property</tt> switch).
    10 KB (1,622 words) - 12:20, 22 September 2022
  • ...he fastest possible non-atomic arithmetic. Cycles should be handled by the user, see an example at the end. Language interface is not considered, assess if <syntaxhighlight lang="d">
    20 KB (2,909 words) - 01:54, 14 February 2018
  • User stories are a different concept that don't include [[DIPs]]. == User Stories ==
    5 KB (734 words) - 16:31, 11 December 2016
  • sshfs -o idmap=user,follow_symlinks user@targethost:/ $SYSROOT '''user@targethost''' is an SSH user / hostname account.
    7 KB (895 words) - 10:36, 9 January 2016
  • |[[user:Monarchdodra]] ...ery* unsafe, and hard to use in a generic fashion. Having functions with a D interface can add safe bounds checking, no type casting, and CTFE.
    2 KB (294 words) - 01:11, 25 October 2014
  • ...'s becoming obvious that '''shared''' can not replace '''volatile'''. So ''D'' currently doesn't have a similar mechanism which means ...mantics?] (C)</ref>). The equivalent to Java's volatile is '''shared''' in D and ''atomic<T>'' in c++. This DIP describes a volatile similar to C/C++ vo
    29 KB (4,221 words) - 04:18, 16 April 2016
  • |https://github.com/D-Programming-Language/dmd/pull/3758 This DIP proposes solution for user-defined types with semantics similar to those of built-in template argument
    5 KB (786 words) - 16:31, 13 July 2014

View (previous 20 | next 20) (20 | 50 | 100 | 250 | 500)