www.digitalmars.com         C & C++   DMDScript

news.digitalmars.com - digitalmars.D.learn

Dec 30 2010    phobos std.container example (5)
Dec 30 2010    opDispatch + Template this parameter ? (2)
Dec 30 2010    Template matching and is expression (3)
Dec 30 2010    discrimination of constructors with same number of parameters (17)
Dec 29 2010    Examples using Tango (10)
Dec 29 2010    ChainImpl save method (5)
Dec 29 2010    byRef in std.range.Retro (1)
Dec 29 2010    dynamic array capacity (8)
Dec 28 2010    gaming pointers (1)
Dec 28 2010    slist insertion (2)
Dec 27 2010    declaration with typedef (10)
Dec 27 2010    Nested Structs (5)
Dec 26 2010    Creating an array of unique elements (4)
Dec 26 2010    abstract function templates (18)
Dec 26 2010    !in operator (3)
Dec 26 2010    subclassing templated class (5)
Dec 26 2010    testing bits in sequence (5)
Dec 26 2010    Why won't mmutable ranges stack? (4)
Dec 25 2010    Get address of label? (7)
Dec 24 2010    Is libdruntime deprecated in 2.051? (4)
Dec 23 2010    TDPL dictionary example - error (1)
Dec 23 2010    [D1] type of type (11)
Dec 23 2010    Vim: Anyone using taglist.vim with D? (3)
Dec 23 2010    Do we already have full compile time / runtime separation? (1)
Dec 23 2010    DMD2 out parameters (7)
Dec 23 2010    import from subdir (3)
Dec 23 2010    Array of closures assign (1)
Dec 22 2010    long problems (5)
Dec 22 2010    Undefined references when linking to C library (7)
Dec 22 2010    is this the expected output (6)
Dec 22 2010    double -> double[]... | feature or bug? (14)
Dec 22 2010    Static inner functions (4)
Dec 21 2010    d programming environment tutorial. (3)
Dec 21 2010    Strange socket error (10)
Dec 21 2010    Odd to!string call (6)
Dec 21 2010    How to generate non-empty html documentation / invoke ddoc? (3)
Dec 20 2010    is expression for template structs/classes instances? (8)
Dec 20 2010    enum ubyte[] vs enum ubyte[3] (9)
Dec 19 2010    rdmd bug? (5)
Dec 20 2010    Classes or stucts :: Newbie (35)
Dec 18 2010    string comparison (26)
Dec 18 2010    sleepy receiveTimeout? (7)
Dec 18 2010    Segmentation faults on Linux (1)
Dec 18 2010    define methods apart (5)
Dec 18 2010    opAssign work not with initialisation? (4)
Dec 18 2010    list of anything (5)
Dec 17 2010    Problems with Reflection in Static library (6)
Dec 16 2010    Problems with stdio.byLine() in D Book (4)
Dec 16 2010    List of derived types? (5)
Dec 16 2010    Why does this floating point comparison fail? (2)
Dec 15 2010    rdmd executable location (7)
Dec 14 2010    BinaryHeap usage (2)
Dec 14 2010    Directory structure for D import files (1)
Dec 14 2010    overloading between templates and non-templates (2)
Dec 14 2010    helpful runtime error messages (3)
Dec 14 2010    random access-range without lower-power range kinds? (4)
Dec 13 2010    Concurrency and transfering "ownership" of data between threads? (2)
Dec 13 2010    funny bug with input range interface and toString (4)
Dec 12 2010    Removing an object from a range (13)
Dec 12 2010    _indexed_ iteration using opApply or range (7)
Dec 12 2010    overzealous pointsTo() (2)
Dec 12 2010    cannot make opDollar work (1)
Dec 12 2010    Why immutable ? (3)
Dec 12 2010    Problems with std.traits.isSafe & SafeD (2)
Dec 12 2010    Interface inheritance (3)
Dec 12 2010    function pointers in D2 (3)
Dec 11 2010    XSDs? (2)
Dec 11 2010    Associative arrays not ?:'d (2)
Dec 11 2010    Unqual for safe system and trusted (3)
Dec 10 2010    D2 byChunk (1)
Dec 10 2010    Ddoc doesn't support documentation for mixined code? (2)
Dec 10 2010    Facing problems with Class Properties (13)
Dec 10 2010    first shot for a combinator library for d (3)
Dec 10 2010    String to enum (2)
Dec 10 2010    Comparing template alias parameters (2)
Dec 09 2010    import inside a class overrides symbols imported in module scope? (2)
Dec 09 2010    Calling C functions (12)
Dec 08 2010    undefined identifier getch() (9)
Dec 08 2010    use of Class Invariants (5)
Dec 07 2010    free function on arrays & language operations (2)
Dec 07 2010    unpacking (3)
Dec 07 2010    inlining (2)
Dec 07 2010    C Bitfields in D (2)
Dec 06 2010    How to exit a process? (6)
Dec 06 2010    Where can I find how string == is performed in dmd2 source? (2)
Dec 05 2010    setting array dimensions at runtime (5)
Dec 03 2010    casting int to uint and vice versa - performance (6)
Dec 03 2010    sarrays are value types? (3)
Dec 02 2010    Can DFL/Entice generate code in classes for (common) controls? (1)
Dec 02 2010    boost::ublas or linear algebra lib for D2? (2)
Dec 02 2010    Crash in struct opAssign (4)
Dec 02 2010    'in' for plain arrays? (8)
Dec 01 2010    C++ istream / ostream equivalent ? (15)
Dec 01 2010    2 little enigmas with is & Unqual! (4)
Dec 01 2010    utf code unit sequence validity (non-)checking (2)
Dec 01 2010    Why does 'string' alias immutable(char)[] and not immutable(char[]) ? (2)
Nov 30 2010    utf ranges (3)
Nov 30 2010    Passing functions to functionals (4)
Nov 27 2010    Map and arrays (12)
Nov 27 2010    Base64 - Encoding and decoding (3)
Nov 27 2010    DMD and C compatibility on Linux (2)
Nov 27 2010    Internal error: e2ir.c 4629 (5)
Nov 26 2010    bigint (8)
Nov 26 2010    Error: non-constant expression... (5)
Nov 25 2010    namespace (for export) (3)
Nov 24 2010    public imports and template functions (3)
Nov 23 2010    Undefined Symbol: ModuleInfo when Linking DLL Test Program (2)
Nov 23 2010    static constructor not working with WinMain GUI app (5)
Nov 23 2010    delegate vs function (4)
Nov 23 2010    Why is 'scope' so weak? (4)
Nov 22 2010    Dataflow programming in Java (1)
Nov 22 2010    Calling class methods by pointers (3)
Nov 22 2010    defining in a module symbols for export (7)
Nov 21 2010    Const foreach (9)
Nov 21 2010    null Rebindable (2)
Nov 21 2010    A CTFE Segfault (with explanation, but I'm not sure what the fix (9)
Nov 21 2010    publish a lib (2)
Nov 21 2010    Append wchar enumeration to string (7)
Nov 21 2010    Signal and slot trouble (7)
Nov 19 2010    BufferedFile.write (3)
Nov 19 2010    Find out most derived class in base class (16)
Nov 19 2010    How to read this signature? (writeTo in DIP9) (3)
Nov 19 2010    std.string.inPattern() char class argument (1)
Nov 19 2010    remove element(s) from dyn array (4)
Nov 19 2010    Why no setuid in linux.d? (6)
Nov 18 2010    CTFE history (8)
Nov 18 2010    linking custom modules (dmd) (5)
Nov 17 2010    const vs immutable for local variables (15)
Nov 17 2010    Current status of toString in phobos (1)
Nov 17 2010    why no implicit convertion? (11)
Nov 15 2010    ==, is (8)
Nov 15 2010    effect of a label on following block (7)
Nov 15 2010    explore current scope, or other hack (5)
Nov 15 2010    CTFE of yl2x() and other intrinsics (4)
Nov 14 2010    Bemused by this build error (2)
Nov 14 2010    runtime type and that bizarre "is()" (2)
Nov 14 2010    struct vs class (5)
Nov 14 2010    __traits and std.traits and constructors (1)
Nov 13 2010    Switch constants (6)
Nov 13 2010    Trouble with OPTLINK (4)
Nov 12 2010    How to uncompress gzip archive compressed by deflate method. (4)
Nov 12 2010    Nested associative arrays (17)
Nov 12 2010    Calling a D function from C (9)
Nov 11 2010    Import error (4)
Nov 11 2010    Is there a way to forward-declare interfaces to avoid module interdependencies? (11)
Nov 10 2010    Memory allocation faile on string concat (12)
Nov 10 2010    segfault (16)
Nov 09 2010    2 bool optional params (3)
Nov 09 2010    struct constructors and function parameters (9)
Nov 09 2010    std.json (1)
Nov 09 2010    ponce (17)
Nov 08 2010    Pure and C functions (2)
Nov 08 2010    multiple alias this in class/struct not allowed? (2)
Nov 08 2010    calling functions without parentheses (4)
Nov 08 2010    method chaining (3)
Nov 07 2010    array of elements of various subclasses (3)
Nov 06 2010    Converting Fuse headers (13)
Nov 06 2010    example code fails, std.stream (1)
Nov 06 2010    check type (7)
Nov 06 2010    template mixins vs. string mixins (6)
Nov 05 2010    Unicode: how to properly read and display directory entries? (6)
Nov 05 2010    subclass instance construction (3)
Nov 05 2010    just stop program (10)
Nov 04 2010    D2 questions (4)
Nov 04 2010    [D1] %a format to float (1)
Nov 04 2010    isSafe and overloaded functions (1)
Nov 02 2010    read-only access (8)
Nov 02 2010    Another shared bug? (1)
Nov 02 2010    subclassing (9)
Nov 02 2010    readf (2)
Nov 02 2010    problems playing audio with mciSendString (2)
Nov 01 2010    [D1, module, type conflict] Which bug is this? (2)
Nov 01 2010    Re: higher-order functions (2)
Nov 01 2010    Immutable struct fields (2)
Nov 01 2010    couple of really noob questions (ranges, toString) (13)
Nov 01 2010    exceptions thrown by new / object constructor ? (6)
Nov 01 2010    lazy variables cannot be lvalues - why? (2)
Nov 01 2010    2-dimensional array confusion (3)
Oct 31 2010    How to use a member function (delegate) as a function pointer (3)
Oct 31 2010    how to initialize immutable 2 dim array (9)
Oct 31 2010    string ~ ubyte (3)
Oct 30 2010    How would I optimize this parser? (20)
Oct 30 2010    initializer for array of function literals (8)
Oct 30 2010    why is this an invalid code? (4)
Oct 30 2010    Exception with MmFile (1)
Oct 29 2010    pointer syntax (4)
Oct 27 2010    byte & byte (12)
Oct 27 2010    Class template argument deduction from constructor call (9)
Oct 27 2010    Fully qualified name of an identifier as a compile-time string (4)
Oct 26 2010    overloadable implicit cast (2)
Oct 24 2010    Cannot find symbol using wine (6)
Oct 24 2010    struct subtyping? (8)
Oct 24 2010    delete an element from an array (18)
Oct 22 2010    [D1,__traits] D1 has __traits? (3)
Oct 22 2010    custom exception type (4)
Oct 21 2010    [D1,static array] fill static multidimensional array. (6)
Oct 21 2010    [D1, unittest] Cannot turn on unittest version (3)
Oct 21 2010    atomicOp problem (3)
Oct 20 2010    What is the difference between alias and typedef? (4)
Oct 19 2010    Sorting after map (5)
Oct 19 2010    C structs (5)
Oct 19 2010    exception types & objects (13)
Oct 18 2010    Replacement for C++ Style Implicit casts? (7)
Oct 17 2010    Mostly for Python programmers (2)
Oct 17 2010    Anyone using Portaudio? (9)
Oct 17 2010    implib crashing with .def files (4)
Oct 16 2010    Question about typeof(*this) (2)
Oct 16 2010    Segfault using std.algorithm.map (3)
Oct 16 2010    Stripping D symbols? (4)
Oct 15 2010    array of randomly generated names (4)
Oct 15 2010    Operator precedence of "new" (10)
Oct 14 2010    broken link: http://d-programming-language.org/phobos/phobos.html (1)
Oct 14 2010    Any usable parsers for D2 around? (11)
Oct 14 2010    about pointer syntax (6)
Oct 14 2010    Order of interface implementations affects code (4)
Oct 14 2010    Overloading Generic and non-generic functions (2)
Oct 14 2010    Foreach and string to string assignment (maybe a bug..) (8)
Oct 14 2010    [import,module] got biting again :( (7)
Oct 14 2010    Passing multidimensional D arrays to C (sorry if duplicate) (2)
Oct 14 2010    How to use tango's FileScan correctly? (5)
Oct 14 2010    writing (3)
Oct 13 2010    What sorts of things cause cyclic dependencies? (7)
Oct 13 2010    OO syntax (2)
Oct 13 2010    dmd 2.049 bug with take and SList? (5)
Oct 12 2010    Array-wise operations (9)
Oct 12 2010    mutable reference to const object (6)
Oct 11 2010    Calling D function from C (8)
Oct 11 2010    toString(char*)? (5)
Oct 10 2010    [D1] gc safety (7)
Oct 10 2010    How do you create a .di file for multiple .d files? (7)
Oct 09 2010    GC interpreting integer values as pointers (11)
Oct 09 2010    [D1] assert failure expression.c (4)
Oct 08 2010    A question about DbC (22)
Oct 08 2010    ditto in DDoc (6)
Oct 08 2010    std.regex character consumption (2)
Oct 08 2010    [D1][expressions] Order Of Evaluation (4)
Oct 08 2010    question about property for built-in type (4)
Oct 08 2010    lvalue method (10)
Oct 07 2010    Static problem (8)
Oct 07 2010    Object di (Newbie) (2)
Oct 07 2010    std.container: SList linearRemove confusion (3)
Oct 07 2010    Stop function parameters from being copied. (4)
Oct 06 2010    class x is hidden by y (6)
Oct 06 2010    write to file ... trivial? (6)
Oct 06 2010    Using the llvm D-bindings (6)
Oct 06 2010    Initialisation of static immutable arrays (7)
Oct 05 2010    Destruction Sequence: module and classes defined within (3)
Oct 05 2010    Linking D and Obj-C code into a Cocoa app proper? (Mac) (3)
Oct 05 2010    Associative arrays give compile error (29)
Oct 04 2010    D DLL run from VS6 C++ App (1)
Oct 04 2010    building phobse with a non standard dmd? (1)
Oct 01 2010    [ldc, asm] Accessing function parameters in inline assembler (2)
Sep 30 2010    How to initialize static array member variable? (22)
Sep 30 2010    Send never returns (1)
Sep 30 2010    Combining variadic functions with class templates (8)
Sep 27 2010    Dispatching from receive to a function (9)
Sep 26 2010    Segmentation fault on closing file in destructor (14)
Sep 25 2010    date and time (25)
Sep 25 2010    Templated vec (4)
Sep 24 2010    Problem with compiling code with DMD 2.049 (5)
Sep 24 2010    Where have all the sources gone? (5)
Sep 23 2010    Two questions about converting a C header file (3)
Sep 21 2010    Converting from std.file.read's void[] (7)
Sep 21 2010    foreach over enums? (14)
Sep 21 2010    Does the regex module support named captured groups? (3)
Sep 21 2010    Creating immutable data and sharing it (7)
Sep 21 2010    Immutable woes (7)
Sep 19 2010    D equivalent of C++ reinterpret cast? (11)
Sep 18 2010    Copying a delegate (7)
Sep 18 2010    Purity with references and pointers (7)
Sep 18 2010    Applying a tuple to a function (and more) (12)
Sep 18 2010    Garbage Collection, Allocators/Deallocators and (11)
Sep 18 2010    Where is module dstats.all for dflplot? (3)
Sep 18 2010    Error: cannot implicitly convert expression (this) of type const(S) (7)
Sep 18 2010    pure member functions (6)
Sep 17 2010    Function with default parameters (8)
Sep 17 2010    importing std.algorithm breaks std.string.count (5)
Sep 17 2010    readf bug in the std.stdio (2)
Sep 16 2010    FIle I/O (13)
Sep 15 2010    Translation of C function pointer. (18)
Sep 14 2010    Compile time range checking/asserts (3)
Sep 14 2010    Formating decimal numbers with commas (1,000.00) (12)
Sep 13 2010    D IDE: Eclipse & mmrnmhrm plugin problems (1)
Sep 13 2010    [SO] D support for COM (2)
Sep 12 2010    Am I doing this right? (File byChunk) (14)
Sep 12 2010    name of map file (7)
Sep 12 2010    Need to 'write' exactly (3)
Sep 12 2010    Cannot compare shared Objects (4)
Sep 12 2010    Problem with synchronized and overloaded methods (3)
Sep 12 2010    Are there active D Communities? (6)
Sep 11 2010    opIndex() overloading for multiple arrays (3)
Sep 11 2010    string to char* (8)
Sep 10 2010    assoc. array sort or preserve order (2)
Sep 09 2010    slow runtime (22)
Sep 09 2010    std.conv.parse of string literals (3)
Sep 09 2010    Using IMPLIB with D dll's (4)
Sep 09 2010    Input handling? (newbie alert!) (18)
Sep 08 2010    __traits(moduleName)? (3)
Sep 08 2010    Convert strings with different format to float (6)
Sep 07 2010    An array()/map inlining problem (3)
Sep 07 2010    How to link in a lib on cmd line? (5)
Sep 07 2010    linking works with windows Dll, but access violations occur (2)
Sep 07 2010    How to properly link with a windws .lib file (2)
Sep 07 2010    Loading a C/C++ dll (2)
Sep 07 2010    DMD2 does not link on windows 7-64bit (3)
Sep 07 2010    Input Scanning (3)
Sep 07 2010    Pop an element from an array inplace? (3)
Sep 07 2010    Question about typeof(this) (12)
Sep 06 2010    Using getchar (8)
Sep 06 2010    alias this ... (3)
Sep 06 2010    Bitwise ranges (3)
Sep 05 2010    Fast temporary dynamic arrays? (And slicing of them) (11)
Sep 05 2010    forks/pipes and std.socket (12)
Sep 04 2010    Exception stack traces on Phobos2? (Win or Lin) (8)
Sep 04 2010    Synchronized methods in D2 (3)
Sep 04 2010    Generic collection/element function signatures in D2 versus D1 (18)
Sep 03 2010    About std.stdio.File.writef (1)
Sep 03 2010    RosettaCode: Echo Server (1)
Sep 03 2010    Understanding isInfinite(Range) (27)
Sep 02 2010    SO rotate question (12)
Sep 02 2010    rebindable static array (2)
Sep 01 2010    I don't understand a const (6)
Sep 01 2010    streams to ranges adapters (4)
Aug 31 2010    Nicer looking ddoc (2)
Aug 31 2010    d and c (1)
Aug 31 2010    Overloading + on points (6)
Aug 30 2010    defect when using 'alias this' in a struct? (2)
Aug 29 2010    inout based on this reference? (5)
Aug 29 2010    How to tell if a file is actually a socket? (2)
Aug 29 2010    Problems with receive (9)
Aug 29 2010    msg[0] or msg.field[0] ? (3)
Aug 28 2010    writef: How to output hex byte? (4)
Aug 28 2010    Memory management and garbage collectors (3)
Aug 28 2010    void[] vs byte[] (3)
Aug 28 2010    built-in string hash ? (6)
Aug 27 2010    Compiling Windows GUI-application (6)
Aug 27 2010    Exact effects of returning Structs (5)
Aug 27 2010    Templates with multiple enums are void (5)
Aug 26 2010    Debugging in D? (4)
Aug 25 2010    Compound assignment operators (6)
Aug 25 2010    Three floating point questions (4)
Aug 25 2010    easier way? (12)
Aug 25 2010    More TDPL overloads (2)
Aug 24 2010    TDPL: Operator Overloading (17)
Aug 24 2010    assumeSorted? (1)
Aug 23 2010    BitArray contracts (3)
Aug 23 2010    Ways to initialize static arrays (10)
Aug 22 2010    How do you call GetVersionEx (Windows)? (12)
Aug 22 2010    floor, ceil equivalent (2)
Aug 22 2010    template deduction (4)
Aug 21 2010    RDMD on Windows (14)
Aug 20 2010    Problem with using && as shorthand for if (12)
Aug 20 2010    Dynamic method example in TDPL (7)
Aug 19 2010    std.functional.compose() design (1)
Aug 19 2010    having trouble linking a library into a DLL (3)
Aug 19 2010    Getting .init of a Typetuple (7)
Aug 19 2010    unittest questions (6)
Aug 19 2010    Can't get D calling C to build. (27)
Aug 19 2010    typeid() after const/immutable qualifiers (5)
Aug 19 2010    private final class destructors (4)
Aug 19 2010    String literals have only one instance? (8)
Aug 18 2010    Best choice for messages (std.concurrency) (3)
Aug 17 2010    How to avoid the console from apearing. (11)
Aug 17 2010    test: does anybody read my messages normally? (6)
Aug 17 2010    Error: identifier 'string' is not defined (2)
Aug 17 2010    Reading stdin in Windows 7 (4)
Aug 16 2010    ANSI to UTF8 problem (3)
Aug 16 2010    test (1)
Aug 15 2010    Template with equivalent function names (4)
Aug 15 2010    std.range design part of the language..? (3)
Aug 15 2010    Compiler bug? Functions as Array Properties doesn't work with nested (1)
Aug 15 2010    shared libraries in linux (3)
Aug 14 2010    Unit tests and verifying pre/post-conditions and invariants (9)
Aug 14 2010    Unit tests in libraries? (4)
Aug 14 2010    typedef alternative (8)
Aug 14 2010    rdmd only works with files in current directory on Windows? (3)
Aug 14 2010    __gshared on structs (5)
Aug 13 2010    Duck typing and safety. (10)
Aug 12 2010    associative array of associative arrays. (4)
Aug 12 2010    typeof and block statements (9)
Aug 12 2010    Pseudo member aliases (2)
Aug 11 2010    floating point min, max, min_normal (4)
Aug 11 2010    template subclass as template parameter (2)
Aug 10 2010    ddoc file on command line (2)
Aug 10 2010    Sharing unlocked, unchanging data between threads? (10)
Aug 10 2010    std.getopt in 2.047 (1)
Aug 10 2010    Is there a queue class in phobos? (6)
Aug 10 2010    Shifting values within an array (2)
Aug 09 2010    What is the term for a function that can be CTFEed? (5)
Aug 09 2010    std.string.translate using initializing twice? (4)
Aug 09 2010    More constants in std.string? (7)
Aug 09 2010    [OT] What is more readable? (5)
Aug 09 2010    Cannot use local xxx as parameter to non-global template. (2)
Aug 09 2010    Missing test in std.string.replace (2)
Aug 09 2010    Justify text (2)
Aug 09 2010    std.string.chomp error (21)
Aug 09 2010    D style guide (1)
Aug 09 2010    std.regex.match (1)
Aug 09 2010    [OT] Is this more readable, or just way too verbose? (5)
Aug 08 2010    Where is function parameter storage classes documented? (1)
Aug 08 2010    Problem with std.array(std.regex.splitter()) (6)
Aug 08 2010    What on earth is a ref function? (4)
Aug 08 2010    Casting away const (39)
Aug 08 2010    d equivilent of java's public static class fields (8)
Aug 08 2010    TDPL enum greet = "Hello"; (2)
Aug 08 2010    AA invalidating pointers and references..? (5)
Aug 07 2010    palindrome function (5)
Aug 07 2010    itfi limitation or bug on my part? (3)
Aug 07 2010    template fiddling (7)
Aug 07 2010    Static arrays passed by value..? (5)
Aug 07 2010    Is "is" the same as ptr == ptr for arrays? (5)
Aug 07 2010    Default constructor for structs (5)
Aug 07 2010    Slicing to convert pointers to bound arrays (4)
Aug 07 2010    std.variant and const (3)
Aug 07 2010    Array Operations and type inference (7)
Aug 06 2010    Operator overloading problem (11)
Aug 06 2010    Do I have to cast double to cdouble everywhere? (3)
Aug 06 2010    ref is pointer sugar? (6)
Aug 06 2010    Isn't __traits part of the language? (2)
Aug 05 2010    inheriting ctors? (18)
Aug 05 2010    Is it bad practice to alter dynamic arrays that have references to (6)
Aug 04 2010    Reporting unsupported template instantiation (2)
Aug 04 2010    One question about templates (8)
Aug 04 2010    Recursive templated structs disallowed? (5)
Aug 04 2010    DMD D2: Unittest in static lib (3)
Aug 04 2010    hijacking a class's members (6)
Aug 04 2010    std.algorithm.sort fails? (6)
Aug 04 2010    Calling ShellExecute to open a URL in the default browser (2)
Aug 03 2010    running pure functions in parallel (2)
Aug 03 2010    cannot evalute mixin(uuid("bla")) at compile time (12)
Aug 01 2010    null dereference exception vs. segfault? (26)
Aug 01 2010    std.file.read (7)
Aug 01 2010    A confusing expression? (8)
Aug 01 2010    Initializing static arrays without specifying size (8)
Aug 01 2010    Sections in Ddoc? (3)
Jul 31 2010    Doubled newlines (12)
Jul 31 2010    Casting an expression to bool means testing for 0 or !=0 for arithmetic types (14)
Jul 31 2010    Naming suggestion for this particular delegate/function (5)
Jul 31 2010    Debug OutOfMemoryError? (3)
Jul 30 2010    xfbuild, optlink and pragma(lib) (10)
Jul 30 2010    string initialization question. (20)
Jul 29 2010    Wanting an immutable associative array in a class (3)
Jul 29 2010    Errors with typeid (1)
Jul 29 2010    alias = compile-time variants? (6)
Jul 29 2010    D2: Indexed format specifiers? (3)
Jul 29 2010    Stack traces on exceptions in D2? (8)
Jul 28 2010    various questions (20)
Jul 28 2010    SIGSEGV in rt_finalize (3)
Jul 27 2010    How do I get an array from filter's result? (2)
Jul 27 2010    D1->D2 member call syntax regression? (10)
Jul 27 2010    D2 map trouble (8)
Jul 27 2010    D and cygwin io. (2)
Jul 26 2010    Threading errors. (12)
Jul 26 2010    std.socket.TcpSocket.flush (3)
Jul 26 2010    struct opCall error messages (3)
Jul 25 2010    No constructor for a templated class? (7)
Jul 25 2010    Single "alias this" (6)
Jul 24 2010    Type literal of pure function pointer (3)
Jul 24 2010    D2.0 for first enterprise test (6)
Jul 24 2010    Newbie questions on memory allocation (6)
Jul 23 2010    really strange function errors (6)
Jul 22 2010    string[int[][]] ?? (11)
Jul 22 2010    Parsing with ranges (2)
Jul 21 2010    [D1] capitalize cannot be interpreted at CT (7)
Jul 21 2010    Static constructors? (9)
Jul 21 2010    spawning a thread in a class (2)
Jul 20 2010    const(type) vs. const type (8)
Jul 20 2010    Extending the lifetime of scope objects (2)
Jul 20 2010    monitor condition variables? (2)
Jul 20 2010    Why are string literals zero-terminated? (4)
Jul 19 2010    Detecting a property setter? (8)
Jul 19 2010    Is there a way to create compile-time delegates? (7)
Jul 18 2010    associative arrays: to sort or not to sort? (6)
Jul 18 2010    exern (C) linkage problem (9)
Jul 17 2010    pu$€le (30)
Jul 17 2010    Equivalent of scanf (12)
Jul 16 2010    multiple subtype vs. multiple inheritance (1)
Jul 16 2010    Anyone know why this CTFE isn't working? (4)
Jul 15 2010    Overzealous immutable and classes (4)
Jul 15 2010    style sheets for a2ps (1)
Jul 14 2010    Is synchronized(mutex) == mutex.lock()? (3)
Jul 14 2010    CT usage only in executable (11)
Jul 14 2010    Best practice and module declarations (3)
Jul 14 2010    Some testing? (5)
Jul 14 2010    object.reserve() and array size (3)
Jul 14 2010    function-local template specialization error (5)
Jul 12 2010    linker error (3)
Jul 11 2010    Recommended way to do RAII cleanly (15)
Jul 11 2010    Grokking concurrency, message passing and Co (18)
Jul 11 2010    Multi dimensional array question. (20)
Jul 08 2010    Any special linking for _NSGetExecutablePath on OSX? (3)
Jul 08 2010    stream readf keeps producing bus error on DMD 2.046 on OS X 10.5.8 (4)
Jul 06 2010    std.pattern.. templated publisher subscriber pattern, adding events (9)
Jul 06 2010    const and immutable (9)
Jul 05 2010    is(typeof(mixin(X))) and __traits(compiles, mixin(X)) (2)
Jul 04 2010    d2 compiler (5)
Jul 04 2010    Placement New (4)
Jul 04 2010    Is there a way to get the list of names of a class' member variables? (4)
Jul 04 2010    Structs and CTFE (3)
Jul 03 2010    lexer escape (1)
Jul 03 2010    Templates with strings (6)
Jul 02 2010    throwing a RangeError in non-release mode (2)
Jul 02 2010    MS VirtualFree(), VirtualAlloc() (2)
Jul 02 2010    Storing "auto" types in classes (3)
Jul 02 2010    Is the memory address of classinfo the same for all instances of a class? (6)
Jul 02 2010    Purity of alloca() (2)
Jul 01 2010    dcollections ArrayList pb with mixin template (8)
Jun 30 2010    dcollections ArrayList conating array of classes/structs (1)
Jun 29 2010    Mixing operations with signed and unsigned types (21)
Jun 29 2010    Class knowing its own Class (5)
Jun 29 2010    dcollections how to LinkList // port c# code (9)
Jun 29 2010    dcollections problem (3)
Jun 29 2010    How to call receiveTimout? (std.concurrency) (1)
Jun 29 2010    How to call receiveTimout? (std.concurrency) (7)
Jun 29 2010    C# Indexers. how to implement them in D.. also property related. (7)
Jun 29 2010    property and interfaces (10)
Jun 28 2010    Grokking std.container and Ranges (4)
Jun 28 2010    How do I make an extern function? (7)
Jun 28 2010    porperty problem.. (14)
Jun 28 2010    scope keyword within template mixins (1)
Jun 27 2010    A module comprehensive template-specialization (6)
Jun 27 2010    Why doesn't this work in D2? (13)
Jun 27 2010    auto functions not authorized inside main? (6)
Jun 27 2010    What are delimited string, heredoc and D token strings? (8)
Jun 27 2010    Weird error on nested map (2)
Jun 26 2010    Best way to test predicate against a range (4)
Jun 26 2010    rdmd does not compile under Windows? (1)
Jun 26 2010    dmd -o- -map prevents creation of map file? (2)
Jun 26 2010    std.file bug? std.regex bug? (5)
Jun 25 2010    Problems with const/non-const overloads of member functions (2)
Jun 24 2010    Object removing own last reference. (4)
Jun 24 2010    import/modules (3)
Jun 24 2010    Issue with Curry (2)
Jun 24 2010    alias function this - limitations (6)
Jun 23 2010    TDPL's use of readf (2)
Jun 23 2010    Multiple Alias this declarations? (3)
Jun 23 2010    linker error with timeval static-array (1)
Jun 22 2010    Program option command line (5)
Jun 22 2010    Cannot initialize associative array. (13)
Jun 22 2010    Why assert is in the language? (13)
Jun 21 2010    Best way to make Until! into string (12)
Jun 21 2010    Forking problems on OS X 2.047 (6)
Jun 21 2010    core.sys.posix.stat (3)
Jun 21 2010    core.sys.posix.grp missing (2)
Jun 18 2010    aliasing templates (2)
Jun 18 2010    shared-object libraries (4)
Jun 17 2010    setMaxMailboxSize (4)
Jun 17 2010    Proper way to access posix functions (2)
Jun 16 2010    Replacement for din.readf (2)
Jun 16 2010    D Windows support (2)
Jun 15 2010    Class/struct invariants (9)
Jun 15 2010    help with bind (2)
Jun 15 2010    Documentation suggestion (3)
Jun 13 2010    undefined identifier with scope statement? (3)
Jun 12 2010    Forwarding constructor arguments to super (2)
Jun 11 2010    Synchronized const methods (4)
Jun 11 2010    using std.process (4)
Jun 11 2010    Arithmetic conversions and a surprise with 'max' (4)
Jun 10 2010    build problem with xfbuild (3)
Jun 09 2010    Minimize lock time (6)
Jun 09 2010    dsss build, tango, GC ? (9)
Jun 08 2010    template specialization (10)
Jun 08 2010    std.array.Appender with fixed size arrays (3)
Jun 08 2010    "D Programming Language" (5)
Jun 07 2010    why is this cast necessary? (4)
Jun 07 2010    Tuple to tuple conversion (13)
Jun 06 2010    (no subject) (10)
Jun 06 2010    GUIs in D1? (3)
Jun 05 2010    foreach AA key char[] type change (4)
Jun 04 2010    delegates with C linkage (15)
Jun 02 2010    I still don't understand the align attribute (4)
Jun 02 2010    D and a bazillion of small objects (8)
Jun 01 2010    Memory management documentation (1)
May 31 2010    lifetime of dynamically allocated memory (4)
May 30 2010    const references in C++ and D (19)
May 30 2010    dynamic type casting in D (5)
May 30 2010    Small opCall problem (5)
May 29 2010    noob Q: declaring string variables (11)
May 29 2010    What does 'scope' mean for non-class types? (9)
May 28 2010    noob Q: array out-of-range (11)
May 28 2010    CreateThread? (5)
May 27 2010    Finding and invoking struct destructors in D2 (4)
May 27 2010    problem with reduce on array of Tuples (2)
May 26 2010    Handy templates (5)
May 25 2010    Installing D on MacOS X (4)
May 25 2010    Comparing mixed expression and type tuples. How? (6)
May 24 2010    "Common type" of the ternary operator expressions (4)
May 23 2010    TemplateMixinDeclaration (2)
May 23 2010    Function inlining? (2)
May 22 2010    Array over exported dll-class (1)
May 22 2010    enum overloading (15)
May 22 2010    Parallel ranges, how? (6)
May 20 2010    Semantics of specialization, constraints, and conditional compilation (1)
May 20 2010    Newbie: copy, assignment of class instances (34)
May 19 2010    template mixin in class is virtual function? (6)
May 19 2010    help needed with gdb (2)
May 19 2010    Questions about syntax decisions (5)
May 18 2010    std.range and opApply (1)
May 16 2010    Different typeof syntax (3)
May 16 2010    siginfo_t not defined (3)
May 15 2010    Three legitimate bugs? (D1.061) (14)
May 15 2010    c function as parameter (4)
May 14 2010    Confusing behavior involving array operations. (2)
May 14 2010    compiled gdb (3)
May 13 2010    Loop optimization (39)
May 12 2010    Yet more OPTLINK woes (14)
May 11 2010    unittests and templates (4)
May 10 2010    opAddAssign still works (12)
May 10 2010    rebuild configuration (4)
May 08 2010    std.complex (15)
May 08 2010    Example in the overview (16)
May 08 2010    Generic container (3)
May 07 2010    Assertion failure: 'fieldi>=0 && fieldi < se->elements->dim' on line 2062 in file 'interpret.c' (7)
May 07 2010    if(bool = x) does not give a boolean result (7)
May 06 2010    Flatten range of ranges (10)
May 06 2010    Fixed-size arrays on the heap (4)
May 05 2010    anyone got OpenCV bindings by chance? (1)
May 04 2010    Export values (enum, int, char[]...) for DLL (9)
May 04 2010    Is using a union through more than one member legal in D? (5)
May 03 2010    Tuple unittests (3)
May 03 2010    segfaults (16)
May 03 2010    D 2.0 Sockets (3)
May 01 2010    Operators overloading in D2 again (9)
May 01 2010    phobos streams (1)
Apr 29 2010    newbie: Circular references across modules (4)
Apr 29 2010    newbie: Access violation because of "class" (4)
Apr 29 2010    ranges (4)
Apr 28 2010    D2 std.thread and ThreadAddr (2)
Apr 25 2010    structs, templates, alias (8)
Apr 25 2010    Passing dynamic arrays into C. (5)
Apr 24 2010    Arrays of many different (sub)classes (6)
Apr 24 2010    Operators overloading in D2 (9)
Apr 23 2010    equivalent of C++ implicit constructors and conversion operators (3)
Apr 22 2010    What's the diff between immutable and const? (3)
Apr 20 2010    Comb Sort with ranges (4)
Apr 19 2010    ctfe library (17)
Apr 19 2010    Re: Code speed and C++ (2)
Apr 19 2010    templates (19)
Apr 19 2010    Semantics of disable (1)
Apr 18 2010    metaprogramming question (10)
Apr 18 2010    reading a global external (C) char* in D2 (4)
Apr 16 2010    Newsgroups, off-topic (25)
Apr 11 2010    Overload resolution for string (4)
Apr 11 2010    strange template syntax (5)
Apr 10 2010    gdc and Make (9)
Apr 10 2010    Memory leak with dynamic array (67)
Apr 09 2010    operator precedence (3)
Apr 09 2010    Overloading opEquals (1)
Apr 08 2010    string to real conversion losing data (8)
Apr 07 2010    'Undefined reference' linking errors (19)
Apr 07 2010    writefln on interface array (4)
Apr 06 2010    String literal arguments (4)
Apr 06 2010    Buffered Endian Stream Socket? (2)
Apr 04 2010    Comparing Two Type Tuples (18)
Apr 04 2010    Maybe igored CTFE (1)
Apr 04 2010    Socket and SocketStream (5)
Apr 03 2010    enum values without initializer (7)
Apr 02 2010    Confused about class equality (19)
Apr 01 2010    templates and scoping (4)
Mar 31 2010    Link error with template struct on 2.042 (6)
Mar 30 2010    tango and unicode (2)
Mar 29 2010    Slow documentation solution?? (2)
Mar 28 2010    binary function interception (2)
Mar 28 2010    -static and dmd (8)
Mar 27 2010    gc (3)
Mar 27 2010    non halting regex (1)
Mar 27 2010    generic + numeric + literals = abomination (27)
Mar 26 2010    dup and arrays (3)
Mar 25 2010    initializing immutable structs (4)
Mar 25 2010    Never called destructor (7)
Mar 23 2010    D1: Overloading across modules (6)
Mar 23 2010    how to get timestamp in compile-time? (3)
Mar 21 2010    Enum equality test (4)
Mar 21 2010    What do you use opDispatch for? (5)
Mar 21 2010    Deep dupping (1)
Mar 20 2010    Delegate Covariance? (1)
Mar 20 2010    Returning this from a const member (3)
Mar 19 2010    Confused about const (18)
Mar 19 2010    is pointer (7)
Mar 19 2010    main declaration (6)
Mar 18 2010    How to implement a copy (5)
Mar 18 2010    [D1] struct opEquals questions (10)
Mar 18 2010    [D1] modulo on neg integer (6)
Mar 18 2010    system mkdir (9)
Mar 17 2010    How to make a formatted string ? (8)
Mar 16 2010    Range of Ranges and std.algorithm (3)
Mar 15 2010    Containers for D2 (3)
Mar 14 2010    temp files (2)
Mar 14 2010    Two problems with op overload (4)
Mar 13 2010    aa literals (6)
Mar 12 2010    how to implement vector structs with different number of components (4)
Mar 12 2010    what's the difference between ref and inout in D2? (8)
Mar 11 2010    how to properly overload function templates? (7)
Mar 11 2010    Tidy attributes (7)
Mar 11 2010    Static struct assign (4)
Mar 10 2010    How to chain constructor args to a template memeber (7)
Mar 10 2010    Can't initialize the TangoTrace LGPL stuff (3)
Mar 09 2010    pure, safe, nothrow delegate (3)
Mar 09 2010    return value (6)
Mar 08 2010    anybody here using OpenCL (with any language at all)? (1)
Mar 08 2010    Problem with one-class-per-file approach (3)
Mar 08 2010    Casts that makes no sense (!) (5)
Mar 08 2010    More on immutable (2)
Mar 08 2010    DMD2, Phobos: striding range (6)
Mar 08 2010    using D with C++ (2)
Mar 07 2010    Templated function as associative array property (8)
Mar 07 2010    foreach, tupleof (6)
Mar 06 2010    void initialization vs alignment holes (11)
Mar 06 2010    interface problem (6)
Mar 06 2010    range properties that work in foreach (6)
Mar 05 2010    opEquals among types (2)
Mar 05 2010    Static attributes aren' immutable (8)
Mar 04 2010    std.file vs std.stream (6)
Mar 04 2010    D2: std.algorithm.find, but get part before what you were searching for (9)
Mar 03 2010    Appending to Shared Arrays (1)
Mar 03 2010    line counting tool that detects D comments etc? (5)
Mar 03 2010    Converting between string and const char* (2)
Mar 01 2010    anyone implemented D* path planning with D? (1)
Feb 28 2010    raii (6)
Feb 27 2010    optional feature with contract inheritance? (design question) (6)
Feb 25 2010    compile time opCall array assignment (4)
Feb 24 2010    How to read from an input stream generically? (1)
Feb 24 2010    Accessing the symbol table of a mach-o file (1)
Feb 24 2010    Using C function in Tango - Simple solution? (3)
Feb 23 2010    is there a cleaner way to new a static sized array? (10)
Feb 23 2010    exceptions (13)
Feb 23 2010    Simple Socket Server Code (3)
Feb 22 2010    Bizarre find() error [D2] (6)
Feb 22 2010    segfaults (13)
Feb 22 2010    When is array-to-array cast legal, and what does actually happen? (6)
Feb 21 2010    Running external program from a D program [D2] (8)
Feb 21 2010    immutable string literal? (11)
Feb 21 2010    Commmandline arguments and UTF8 error (10)
Feb 17 2010    Compile Phobos library ? (8)
Feb 17 2010    Are D templates exported ? (1)
Feb 16 2010    running an external .exe (5)
Feb 15 2010    DMD on x86_64 (24)
Feb 13 2010    How DMD's -w *Prevents* Me From Seeing My Warnings (4)
Feb 11 2010    Alias parameters in nested templates (1)
Feb 10 2010    use variant as associative array (12)
Feb 09 2010    Unexpected behaviour on socket (4)
Feb 08 2010    Is there a way to get a list of functions that get inlined by dmd? (21)
Feb 08 2010    Why isn't == used to compare structs (13)
Feb 07 2010    Template instantiation without (...) (4)
Feb 07 2010    std.array.array extended example to supplement that in std.array (1)
Feb 06 2010    interpret.c assertion failure on enum.stringof mixin (5)
Feb 06 2010    composing a class with template mixins (1)
Feb 02 2010    Creating a logging library and have questions (5)
Feb 02 2010    Module-level private not honored? (2)
Feb 02 2010    assert fails to display file on dmd 2.040? (2)
Feb 01 2010    dmd crash help (19)
Jan 31 2010    RS232 / USB read/write? (3)
Jan 31 2010    template specialization question (14)
Jan 30 2010    Should this work? (5)
Jan 29 2010    din.readf("%s", &floattype) should work? (2)
Jan 27 2010    default opAssign(string) behaviour (6)
Jan 26 2010    rt_attachDisposeEvent: the apparent magic behind std.signals (1)
Jan 26 2010    Default Delegate Parameter (3)
Jan 25 2010    Is there any (Matlab-like) plotting library for D? (1)
Jan 25 2010    Timer library? (6)
Jan 24 2010    incomprehensible return error bug? (6)
Jan 24 2010    D2 __gshared and compatibility with D1 (3)
Jan 23 2010    Confused by struct constructors (5)
Jan 22 2010    boolean over multiple variables (23)
Jan 21 2010    op= (4)
Jan 20 2010    Synchronized Linked List Traversal (7)
Jan 19 2010    References across threads (1)
Jan 19 2010    Phobos documentation for 1.0 (5)
Jan 17 2010    What function am I in? (2)
Jan 17 2010    Find if keys are in two dimensional associative array (15)
Jan 16 2010    Why it doesn't compile in D 2.0? (15)
Jan 15 2010    std.process not working in Windows (3)
Jan 14 2010    Getting overloads for non-member functions (2)
Jan 13 2010    D memory consumption/runtime speed problem (7)
Jan 12 2010    fields in property ? (3)
Jan 12 2010    Static opCall Factory Method Doesn't Work for Inner Classes (3)
Jan 11 2010    Getting the address of the class object (3)
Jan 10 2010    Automatical generation of class member functions in respect of some interface (1)
Jan 07 2010    Dtnamic array memory allocation (4)
Jan 06 2010    Searching the std.algorithm.BinaryHeap (1)
Jan 05 2010    Are scope class useful ? (5)
Jan 04 2010    Are named variadic arguments possible? (9)
Jan 04 2010    Escaped scoped (5)
Jan 02 2010    Call diagram generation (4)
Jan 02 2010    Thread control in D2 (2)
Dec 31 2009    Floating point differences at compile-time (2)
Dec 29 2009    converting a byte array to a struct array? (11)
Dec 28 2009    Is there a reason for default-int? (13)
Nov 03 2009    help starting (5)

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