www.digitalmars.com         C & C++   DMDScript

news.digitalmars.com - digitalmars.D.learn

Dec 31 2007    Associative arrays question (7)
Dec 30 2007    thread safe Windows GUI. MFC like Approach (1)
Dec 30 2007    Implicit conversion of char[] to string struct (1)
Dec 30 2007    Implicit conversion of char[] to string struct (2)
Dec 30 2007    Two question about array (9)
Dec 29 2007    CDECL Utility (15)
Dec 29 2007    Extending a class or struct (5)
Dec 28 2007    windows static zlib (1)
Dec 28 2007    GDC with newer MinGW? (1)
Dec 27 2007    template class properties (1)
Dec 27 2007    overloading function with function templates (4)
Dec 26 2007    workaround for closure problem needed (7)
Dec 25 2007    Static typing loop (2)
Dec 24 2007    Inconsistency of .mangleof? (2)
Dec 23 2007    A question about the GC (5)
Dec 23 2007    C++ const to D2 const (3)
Dec 23 2007    debug { CreateTrace(); ] (4)
Dec 22 2007    How do I create a char[] from a const(char)[]? (2)
Dec 21 2007    Pointers in extern DLL functions (7)
Dec 21 2007    Base type of a typedef (3)
Dec 21 2007    array construction without heap alloc (12)
Dec 20 2007    Please take a look (4)
Dec 20 2007    thread-ring benchmark (4)
Dec 20 2007    Template function bug - or am i a retard? you decide. (3)
Dec 18 2007    Problem with CTFE (2)
Dec 17 2007    Array Lower Bounds (23)
Dec 17 2007    Possibile import problem (2)
Dec 16 2007    mixin alias (9)
Dec 16 2007    how to fix such a hijacking problem in D ? (6)
Dec 14 2007    dmd and rake (2)
Dec 13 2007    data mapping, more elegant solution? (7)
Dec 10 2007    gdmd compiling problem (1)
Dec 09 2007    Implementing .dup / clone for class hierarchies (8)
Dec 09 2007    opCall() in structures (3)
Dec 09 2007    Suicidal objects (7)
Dec 08 2007    D 2.x conversion problems (10)
Dec 08 2007    templates + operator overloading problem (2)
Dec 08 2007    Associative arrays rehashing. (2)
Dec 07 2007    Nulling a reference to a class with opAssign ... (9)
Dec 07 2007    Scoped local variables (11)
Dec 06 2007    D main() never called? (3)
Dec 05 2007    linking to C libraries (3)
Dec 05 2007    DLLs with COM interface (6)
Dec 04 2007    const/invariant (8)
Dec 04 2007    setting IE options (8)
Dec 04 2007    Redirecting stdout (5)
Dec 03 2007    Resolving conflicting functions (17)
Dec 02 2007    Faking constructors! An overview of object layout. (1)
Dec 02 2007    Spec bug or dmd bug? (2)
Dec 02 2007    Inline assembler for Dummies (4)
Dec 02 2007    static class Foo {} (5)
Dec 02 2007    statis this Foo {} (3)
Dec 01 2007    Identifying associative array types from a template? (4)
Nov 30 2007    std.intrinsic and structs (7)
Nov 30 2007    optimize vector code (7)
Nov 29 2007    fltk4d problem (1)
Nov 29 2007    getting the bytes of a long (6)
Nov 29 2007    Determining whether a class has a method (11)
Nov 28 2007    Profiling Garbage Collector (6)
Nov 28 2007    string concatenation overhead (2)
Nov 28 2007    How to produce assembly code using DMD ? (3)
Nov 27 2007    Win32 executable size. Why 76kb for nothing? (6)
Nov 27 2007    converting a string function name to an actual function call (2)
Nov 27 2007    converting a string function name to an actual function call (7)
Nov 27 2007    pow() function question (4)
Nov 26 2007    import from the same dir (3)
Nov 25 2007    strange din.readLine() behavior on linux (apache cgi) (1)
Nov 25 2007    this reference in c'tor (2)
Nov 25 2007    Template overloading (3)
Nov 25 2007    memmove C++ -> D (3)
Nov 24 2007    GDC for dummies (5)
Nov 22 2007    Phobos problem - compilation (7)
Nov 21 2007    get actual classinfo through an interface? (8)
Nov 21 2007    rebuild or dmd internal error (4)
Nov 21 2007    determine if X is a template (3)
Nov 21 2007    Installing fltk4d (7)
Nov 20 2007    dsss.conf prebuild being ignored (1)
Nov 20 2007    How to handle differrnt modules which has same file name ? (5)
Nov 20 2007    Internet Library For Tango (6)
Nov 19 2007    FTP and Tango (4)
Nov 19 2007    Bitfield accessors (8)
Nov 19 2007    Less known std.gc (6)
Nov 18 2007    Installing DSSS (9)
Nov 18 2007    IDE (4)
Nov 17 2007    GUI and non-GUI stream usage? (5)
Nov 17 2007    Compiling in windows resources (and DSSS) (6)
Nov 17 2007    DFL, Progress Bar, and how to use it against a download (5)
Nov 17 2007    Win32 RegisterClass Error (4)
Nov 17 2007    RFC - Mersenne Twister (SFMT) (11)
Nov 16 2007    Which compiler/lib to choose? (3)
Nov 14 2007    Install/Uninstall using DSSS (7)
Nov 14 2007    struct aliases (2)
Nov 14 2007    struct aliases (7)
Nov 13 2007    Conditional behavior within makefiles (7)
Nov 13 2007    FreeImage is an Open Source library (1)
Nov 12 2007    Going from TypeInfo of template to TypeInfo of template parameter/member (6)
Nov 12 2007    Determining whether something is an interface? (5)
Nov 12 2007    code metrics (5)
Nov 12 2007    tutorial site? (3)
Nov 11 2007    Odd contortions with template specializations (1)
Nov 11 2007    getting type of object (5)
Nov 11 2007    Complex number syntax (3)
Nov 11 2007    Re: what is the state of the const? (2)
Nov 10 2007    Finding the allocated size of a class? (4)
Nov 09 2007    Memory leak in zlib with void[] (3)
Nov 07 2007    how to invoke D from java through JNI ? [ Linux ] (2)
Nov 07 2007    how to invoke D from java through JNI ? [ Linux ] (1)
Nov 07 2007    GZip format (2)
Nov 07 2007    Raytracing speed again, this time with gdc. (14)
Nov 07 2007    Premature conversion (6)
Nov 06 2007    An issue with std.variant; and std.slist? (3)
Nov 06 2007    how do I make an alias for a const version of an alias in D 2.0? (3)
Nov 05 2007    a software used to learn D in China (6)
Nov 05 2007    problem with ddoc (3)
Nov 05 2007    const functions in D 2.0 (5)
Nov 05 2007    Is there an easy to call c functions with char** parameters? (5)
Nov 04 2007    An Invariant WTH? (8)
Nov 04 2007    writing efficient struct operators (4)
Nov 04 2007    interface and opEquals (5)
Nov 03 2007    Implicit cast of int to a class (7)
Nov 03 2007    void buffer (4)
Nov 01 2007    function pointers with different calling conventions (4)
Oct 31 2007    D 2.x invariant question (3)
Oct 31 2007    AA's and mutating keys (9)
Oct 30 2007    Templated functions: explicit and implicit instantiation at the same time? (4)
Oct 30 2007    Contracts + Assert (8)
Oct 28 2007    still confused about call by reference (28)
Oct 26 2007    why do you like D? (7)
Oct 23 2007    need workaround for compiler bug (2)
Oct 23 2007    What is wrong here? Error: cannot cast int to SYSTEMTIME (5)
Oct 23 2007    Code Coverage and DLL's not working? (7)
Oct 22 2007    What should opAssign return? (8)
Oct 22 2007    Documentation not split correctly between 1.0 and 2.0? (1)
Oct 22 2007    if statement. (3)
Oct 21 2007    Something like derelict but for D 2.x and Phobos? (9)
Oct 21 2007    Reading a file eats whole memory (7)
Oct 20 2007    Converting Hex string "0x001C" to long (3)
Oct 20 2007    .length as lvalue in ctfe? (1)
Oct 19 2007    What is the state of opAssign? (7)
Oct 19 2007    How to specialize template function for associative arrays? (10)
Oct 18 2007    use a tango or phobos (5)
Oct 17 2007    How to include?? (16)
Oct 17 2007    Octal to Decimal converter (5)
Oct 17 2007    references as return value? (2)
Oct 15 2007    bud and lib paths (6)
Oct 14 2007    Has truth of arrays always acted like this? (5)
Oct 14 2007    dynamic array initialized within a short function. (4)
Oct 14 2007    (no subject) (3)
Oct 13 2007    import resolution (4)
Oct 12 2007    Large array will affect GC? (1)
Oct 11 2007    base class function hiding (8)
Oct 10 2007    Casting gremlins (11)
Oct 10 2007    Casting gremlins (1)
Oct 10 2007    Casting gremlins (6)
Oct 09 2007    dmd ignoring dmd.conf (2)
Oct 09 2007    Satisfying inheritence requirements (8)
Oct 08 2007    is(Type:Type) fails to evaluate to true (5)
Oct 08 2007    Forward reference in struct (4)
Oct 07 2007    looking for Socket.select with maximum time or other solution (4)
Oct 07 2007    RDNZL - A .NET layer for Common Lisp (4)
Oct 06 2007    GUI library using interfaces (1)
Oct 06 2007    Troubles with templates... (1)
Oct 06 2007    private in class - or is it? (7)
Oct 06 2007    Question (7)
Oct 05 2007    converting numbers to strings and back (10)
Oct 05 2007    Rebuild and Dll's (3)
Oct 05 2007    Class declaration (4)
Oct 04 2007    DirectX 9 headers?? (4)
Oct 04 2007    socket problems (1)
Oct 04 2007    struct constructors (3)
Oct 04 2007    Displaying non UTF-8 8 bit character codes with writefln() (12)
Oct 03 2007    htod problems (3)
Oct 03 2007    Linking errors to Newton headers (6)
Oct 02 2007    Precondition vs debug{} (4)
Oct 02 2007    Associative Array Non-null initialization (4)
Oct 02 2007    parameterized lazy expression (6)
Oct 02 2007    Setting versions for imports (10)
Oct 02 2007    integer max, min? (10)
Oct 02 2007    Tango zip or external command line zip (4)
Oct 01 2007    Requesting Superuser (7)
Oct 01 2007    Cascading, variable mixins (4)
Sep 30 2007    Idiom for debug printf? (9)
Sep 30 2007    [OT] Black-box testing tool (1)
Sep 30 2007    C++ cast to D cast again :) (12)
Sep 29 2007    arbitrary bitsize of variables (8)
Sep 29 2007    Problem of override (4)
Sep 29 2007    Functions which return multiple values? (5)
Sep 28 2007    Using static d libs in C++ (5)
Sep 28 2007    Diffrent instance of class share static array member? (3)
Sep 27 2007    my first D program, what is wrong with it? (7)
Sep 27 2007    C++ _declspec(selectany) CApp* theApp=0; (2)
Sep 27 2007    Error: need 'this' to access member i (3)
Sep 27 2007    DSSS to build a DLL? (3)
Sep 27 2007    static if and templates (7)
Sep 26 2007    Compiling with dsss (and tango?) (1)
Sep 26 2007    building OpenMesh/D (15)
Sep 26 2007    DLL requires a lot of other DLLs (1)
Sep 24 2007    How to include Python Modules in a D Program? (13)
Sep 24 2007    Backporting (9)
Sep 24 2007    Class deallocator not being called -- bug or oversight? (10)
Sep 23 2007    Private static inheritance (5)
Sep 22 2007    C++ operator overloading to D (4)
Sep 22 2007    Behaviour of %08X format specifiers on addresses (3)
Sep 22 2007    C++ ref parameter passing to D parameter ... (3)
Sep 22 2007    C++ cast to D cast (12)
Sep 20 2007    how can i use the derive-hierarchy at runtime for typechecking? (9)
Sep 20 2007    DLL symbol export with Bud & Tango (4)
Sep 20 2007    new X().bar(); is a syntax error? (4)
Sep 20 2007    C++ Macro to D mixin template, delegates Please help (15)
Sep 19 2007    Tango installer? (2)
Sep 19 2007    C++ MSG_MAP marcro -> Mixin (5)
Sep 18 2007    static const (D 1.x) (3)
Sep 18 2007    class template as a type (12)
Sep 17 2007    Tango I/O bug? (16)
Sep 17 2007    porting Windows C++ to D, a few questions (5)
Sep 17 2007    template/non-template method name conflict (3)
Sep 17 2007    vitalie.lazu gmail.com (2)
Sep 17 2007    Template overloading (3)
Sep 14 2007    template typeing issues (3)
Sep 14 2007    identic ref/inout parameter (7)
Sep 13 2007    .lib and .h files conversion to d (6)
Sep 13 2007    Need help with Rebuild.exe and Wombat (4)
Sep 13 2007    Best way to "convert" a real to ireal (4)
Sep 13 2007    Am I do something wrong (4)
Sep 12 2007    Templates and Functions (6)
Sep 10 2007    New to D, path errors under WinXP (17)
Sep 10 2007    will traits deprecate Object/Interface/ClassInfo/OffsetTypeInfo...? (2)
Sep 09 2007    Cannot call mutable method on final struct (6)
Sep 07 2007    Ddoc (1)
Sep 06 2007    BNF questions and comments (14)
Sep 06 2007    Can someone explain why opCast is so limited? (6)
Sep 05 2007    Adding properties/members to base types? (9)
Sep 05 2007    Error: cannot implicitly convert expression ("abcde") of type invariant char[5u] to char[] (4)
Sep 05 2007    'in' storage class (9)
Sep 04 2007    template const to compile-time function (5)
Sep 03 2007    What is the memory usage limit on DMD linux? (11)
Sep 02 2007    BNF Question (6)
Sep 02 2007    What is the point of D_Version2 (8)
Aug 31 2007    about dsss and "blablablah_initZ previous definition different" (3)
Aug 30 2007    private interface does not link (2)
Aug 30 2007    Type and interface checking (3)
Aug 30 2007    can i have a typed tuple? (4)
Aug 30 2007    semantic of keyword "macro" (4)
Aug 30 2007    Suggestions how to use contracts (3)
Aug 29 2007    D expression evaluator? (4)
Aug 29 2007    Unittest helper module? (5)
Aug 28 2007    Why isn't std.perf documented? (1)
Aug 28 2007    Compare helper functions for writing opCmps (2)
Aug 26 2007    Compiler arguments and switches from text file (4)
Aug 26 2007    Function overloading question (5)
Aug 24 2007    object.Object to void* (5)
Aug 24 2007    Intrinsics, std.bind problems, list comphrensions, recursivity test (4)
Aug 23 2007    Expression evaluation order in if statement (5)
Aug 22 2007    problem with shared library and dlopen() function (4)
Aug 22 2007    multi-platform support in tango (3)
Aug 22 2007    Thread-priodities (2)
Aug 21 2007    Overloading methods by constness? (5)
Aug 21 2007    lvalue forwarding struct? (5)
Aug 21 2007    Ref parameter: intended behavior or bug? (11)
Aug 20 2007    Pointer to a class member (7)
Aug 20 2007    Inheritance question (2)
Aug 19 2007    can't compile in debug mode (dmd, win32) (4)
Aug 15 2007    Problems with new DMD (11)
Aug 15 2007    tango and gdc (7)
Aug 15 2007    better assertions and __FILE__ (15)
Aug 15 2007    Send and receive in socket (6)
Aug 15 2007    string not aliased (11)
Aug 15 2007    Daemons? (8)
Aug 14 2007    C++ Container equivalents (1)
Aug 14 2007    C++ Container equivalents (21)
Aug 14 2007    Variadic Templates or functions with Lazy Evalutaion (3)
Aug 14 2007    Why does this simple program segfault? (17)
Aug 14 2007    offTi not working... workaround for bug 1348? Tuples perhaps? (3)
Aug 14 2007    Interface factory (6)
Aug 13 2007    private alias for module (4)
Aug 13 2007    Windows stack tracing? (4)
Aug 13 2007    suitability for packet inspections (1)
Aug 13 2007    Tango / Network Example compilation failure (5)
Aug 12 2007    DSSS on lib wiht import inside version (2)
Aug 12 2007    Bytes with 128 bits? (8)
Aug 11 2007    Still can't understand -profile numbers (3)
Aug 10 2007    How to use external C Lib? (3)
Aug 10 2007    Question: What is the most elegant way to do this: (4)
Aug 10 2007    Misunderstanding, silly error, or compiler bug? (8)
Aug 10 2007    DDBI sqlite example? (3)
Aug 10 2007    GUI and Tango? (3)
Aug 09 2007    Bug with alias const(type)? (DMD 2.003) (1)
Aug 09 2007    Multiple inheritance and covariant return types. (6)
Aug 09 2007    Template (4)
Aug 08 2007    Stack allocation of dynamic arrays? (6)
Aug 07 2007    Some quick questions (14)
Aug 06 2007    Passing parameter when creating object array (10)
Aug 06 2007    Override function in nested class (3)
Aug 05 2007    Programming language shootout (2)
Aug 04 2007    Strange error with templates and inheritance. (4)
Aug 03 2007    Class mismatch error (D compiler/Phobos) (7)
Aug 03 2007    Issues with templates (3)
Aug 01 2007    gdc and tango (2)
Aug 01 2007    Some questions (4)
Jul 31 2007    .sizeof on templates needs extra parens? (3)
Jul 31 2007    "This is madness!" Red Book OpenGL Example 1-3, done using templates (3)
Jul 31 2007    new class howto? (8)
Jul 31 2007    Function overloading (7)
Jul 30 2007    image embeded as ubtye (3)
Jul 29 2007    [Design] return char[] or string? (12)
Jul 28 2007    tango.core.sync.Mutex.tryLock (7)
Jul 28 2007    proposal: remove case keyword (2)
Jul 28 2007    Tango metastring equiv? (1)
Jul 27 2007    Static/dynamic dlls (7)
Jul 27 2007    templates in functions (3)
Jul 27 2007    Makefile for linking in a c routine that uses GTK: a solution (1)
Jul 26 2007    C++ member function translations (5)
Jul 26 2007    Getting member type string (1)
Jul 26 2007    Package-level DDoc? (3)
Jul 26 2007    Assert Expressions??? (8)
Jul 26 2007    Satisfying interface requirements (5)
Jul 26 2007    C++/ D C struct2 D inner classes, C++ templates/D templates (7)
Jul 25 2007    Tango bind functionality (4)
Jul 25 2007    gcc linkage problem with C & D (9)
Jul 25 2007    const and non-const member function (9)
Jul 24 2007    Checking if a string is null (38)
Jul 24 2007    Stack size for a thread (4)
Jul 24 2007    what does CTFE get that external code gen dosn't? (3)
Jul 24 2007    reading UTF-8 formated file into dynamic array (3)
Jul 24 2007    What about C's -> ? (8)
Jul 24 2007    garbage collector question (5)
Jul 24 2007    initializer list like in C++? (9)
Jul 23 2007    Measuring interrupted time intervals in Tango (2)
Jul 23 2007    method generation by name (6)
Jul 22 2007    adding properties/methods to AA's? (9)
Jul 22 2007    No code coverage for templated classes / methods? (5)
Jul 22 2007    D dll called from other lang app (2)
Jul 20 2007    implicit casts (4)
Jul 20 2007    Tango equiv of std.boxer (3)
Jul 20 2007    strange resuts with .stringof and template (2)
Jul 20 2007    static assert "argument has no parameters" (3)
Jul 20 2007    Struct spec question (4)
Jul 18 2007    Floating point to string (7)
Jul 17 2007    assignment to this (7)
Jul 17 2007    read Hexadecimal value from string (10)
Jul 17 2007    bug in package-attribute in interfaces (6)
Jul 16 2007    Why can't templates use tuples for for argument types? (22)
Jul 14 2007    compile error on format.d (3)
Jul 13 2007    D and systems vs. application programming (3)
Jul 13 2007    Reagan: CreateProcess()? (18)
Jul 12 2007    unittest version (3)
Jul 12 2007    const struct not accepted as initializer by dmd 2.00x (2)
Jul 12 2007    Regexp (4)
Jul 12 2007    Using PostgreSQL with D. (3)
Jul 12 2007    Resource loading error (2)
Jul 12 2007    Performance Counter output (3)
Jul 11 2007    system() without window (8)
Jul 10 2007    best replacement for - cout << "hello D" << endl; ? (32)
Jul 10 2007    Sorting an Array (18)
Jul 10 2007    Why use .init for associative arrays? (4)
Jul 10 2007    String Manipulation (6)
Jul 09 2007    Problems when using DLL-Functions (4)
Jul 08 2007    CreateProcess() (2)
Jul 08 2007    Friends access to an arbitrary class? (2)
Jul 08 2007    typeof(this) at class scope? (3)
Jul 08 2007    "toString(enum.value)" How? (7)
Jul 08 2007    Installing DMD on linux (9)
Jul 07 2007    gc_term() memory leaking. (3)
Jul 07 2007    gdc on ubuntu amd64 (4)
Jul 07 2007    Simple code that won't compile (5)
Jul 06 2007    Using IFTI to only allow params of a certain template instance? (3)
Jul 06 2007    Resource Management... Howto? (14)
Jul 06 2007    OpenAL with ogg (6)
Jul 06 2007    const const(char)[] (2)
Jul 05 2007    Found about wombat, thanks (-) (1)
Jul 05 2007    D as server-side scripting language (1)
Jul 05 2007    GC and outside references to D-code (3)
Jul 05 2007    Set array size to simplify mem mgmt (4)
Jul 05 2007    Version 1.0 or Version 2.0? (5)
Jul 05 2007    V2 string - where to read? (1)
Jul 04 2007    What does protected mean? (2)
Jul 04 2007    What does protected mean? (3)
Jul 03 2007    Return a dynamic array: bug or feature? (6)
Jul 03 2007    syntax question on "invariant" keyword (12)
Jul 03 2007    Resource Compiler (5)
Jul 01 2007    Style/Structuring question: One vs. multiple global objects (17)
Jun 30 2007    Copying objects vs. primitive type (4)
Jun 30 2007    Error with associative array initializer (6)
Jun 30 2007    Reflection magic: function signatures (4)
Jun 29 2007    Convert number from one base to other (3)
Jun 28 2007    Does the garbage collector implementation change between phobos and (12)
Jun 27 2007    How to sleep accurately (8)
Jun 27 2007    binding arbitrary function arguments (6)
Jun 27 2007    urgent please read (3)
Jun 26 2007    formal writing (3)
Jun 26 2007    Calling a method by name. (4)
Jun 26 2007    Storing a list in an expression list (2)
Jun 26 2007    Threading bugs (16)
Jun 26 2007    A DLL to modify a variable? (4)
Jun 25 2007    Q: Using Cg with D (2)
Jun 25 2007    Q: (dmd 1.x) Difference between 'static const ...' and 'const ...' (4)
Jun 25 2007    Code::Blocks (6)
Jun 25 2007    Where to use "new" in a DLL? (3)
Jun 24 2007    No code coverage for templated classes / methods? (1)
Jun 23 2007    Q: Help with compile time function (3)
Jun 23 2007    my regexp is over the ocean... (1)
Jun 22 2007    the differencies beetwen D and C from compilation scope concept (4)
Jun 22 2007    Access class fields from asm (7)
Jun 21 2007    New User Questions (8)
Jun 21 2007    Soft/weak references? (12)
Jun 20 2007    templates undefined reference (3)
Jun 20 2007    D processing a char* allocated by a C module (9)
Jun 20 2007    rebuild won't build (1)
Jun 20 2007    auto (14)
Jun 20 2007    Array Sorting (7)
Jun 19 2007    please correct my char count program... (5)
Jun 19 2007    char/string count...?help me please.. (3)
Jun 19 2007    DLL Linking (6)
Jun 18 2007    DMD 2.0 void[] (3)
Jun 18 2007    Returning references to const data from const methods (4)
Jun 18 2007    "new class" and accessing outer this (4)
Jun 18 2007    Difference betwee storage class and type (invariant/const)? (9)
Jun 17 2007    Q: How to return sub class from base class method (6)
Jun 17 2007    Pointer to array allocation (8)
Jun 17 2007    D's design by contract is missing "old"? (17)
Jun 16 2007    Design Question: Delegation vs. callbacks (4)
Jun 14 2007    compile time class introspection? (12)
Jun 14 2007    Erastothenes (5)
Jun 13 2007    Bug in OPTLINK? (8)
Jun 12 2007    How do I interface D to a C library based on a DLL? (11)
Jun 12 2007    dmd or gdc install on Ubuntu AMD64 (5)
Jun 12 2007    Q: how to get C code to work in D? (10)
Jun 12 2007    Implementing Design by Contract using GOTO and R(unTime)FE (2)
Jun 12 2007    Q: Hiding template implementation (3)
Jun 12 2007    Q: DSSS: Library name being prefixed with S (18)
Jun 11 2007    How do I get around this bug? (1)
Jun 10 2007    Q: Populating a structure with RTTI (11)
Jun 07 2007    Reflection: potential possibilities (4)
Jun 07 2007    separate and/or independent compilation (7)
Jun 07 2007    Strange behaviour (6)
Jun 07 2007    assembler copy char[] (9)
Jun 05 2007    help on windows (2)
Jun 05 2007    struct and class member alias (6)
Jun 05 2007    Get Local Ip Address? (6)
Jun 04 2007    Static operator overloads (5)
Jun 04 2007    Fairness of thread scheduling? (4)
Jun 03 2007    valgrind? electric fence? (5)
Jun 03 2007    MySQL in D (4)
Jun 01 2007    Limitations in CTFE? (3)
Jun 01 2007    Simple Array Question (5)
May 31 2007    Proper way to code multithreaded applications? (9)
May 31 2007    Read files at compile time (4)
May 30 2007    Interesting new language (12)
May 30 2007    Helper objects to create delegates (3)
May 30 2007    Avoiding abstract (9)
May 30 2007    Treat a normal function as variadic? (7)
May 30 2007    strange problem with socket.accept() (6)
May 30 2007    Embed Application (6)
May 30 2007    Question about libraries (5)
May 29 2007    Template interface and class (9)
May 29 2007    Template method and overloading (11)
May 28 2007    integer sizes (5)
May 27 2007    internal error toObjFile() (7)
May 27 2007    Q: How can I make a class act like a value type (such as struct) (8)
May 26 2007    ASCII code to char (4)
May 26 2007    Regexp help (possible bug?) (8)
May 25 2007    what I wanted to say concerning RFC (3)
May 23 2007    void size (3)
May 22 2007    GC overhead (1)
May 22 2007    Just for fun brainfuck'a'like textprocessor (15)
May 22 2007    64 bit types and C libraries (12)
May 22 2007    Convert this C define to D (4)
May 21 2007    WMI in D (1)
May 20 2007    multiple opApply functions? (7)
May 19 2007    overload/ride (3)
May 19 2007    contract programming without a function (15)
May 18 2007    C# to D calling (2)
May 18 2007    Q: Determining array type (3)
May 18 2007    Import C++ DLL (5)
May 18 2007    Network code example (6)
May 17 2007    copying a directory (14)
May 17 2007    can I get public alias to private templates? (3)
May 17 2007    Type declaration in interfaces? (1)
May 15 2007    exe outputs 0x00 to 0xFF (2)
May 15 2007    Problem linking in C code (4)
May 14 2007    Tuple slicing fails (2)
May 13 2007    read files ... continued (5)
May 13 2007    read files (1)
May 13 2007    Module is in multiple defined (1)
May 12 2007    initialising inner struct (3)
May 12 2007    listRoots? (10)
May 12 2007    Why the compiler dosen't enforce correct module declarations? (19)
May 11 2007    fun with tuples/argument conversion function (4)
May 11 2007    Strange behaviour trying to bitwise or two negative ints into a long (3)
May 11 2007    Cannot make a personalized exception (11)
May 11 2007    Singleton pattern in D (15)
May 11 2007    Tuple mixins (11)
May 10 2007    reading an unicode file (6)
May 10 2007    Operator overloading (4)
May 10 2007    sort associative array on values (2)
May 09 2007    Why isn't this expression const? (8)
May 09 2007    dynamic array creation (8)
May 09 2007    Catching Acces Violation/Segmentation Fault (15)
May 08 2007    Make Optlink not create a .map file (8)
May 08 2007    Return ASCII value as uint (11)
May 08 2007    Best way to compare primitive types (10)
May 07 2007    Error: multiple source files (3)
May 06 2007    Missing .so under fedora 6 (4)
May 06 2007    readline from char[] (4)
May 05 2007    writing config files (9)
May 05 2007    Link Error with SNN.lib (3)
May 05 2007    Why D _still_ needs the C preprocessor (11)
May 05 2007    single class in file (4)
May 04 2007    no property 'opCall' for type ... what am I doing wrong? (11)
May 03 2007    creating a .so with gdc (7)
May 02 2007    Module stdio cannot read file 'std\stdio.d' (6)
May 01 2007    Faster way to .dup an AA? (4)
May 01 2007    limiting templates (3)
May 01 2007    How to speedup file processing? (5)
May 01 2007    using windows api functions (4)
May 01 2007    inlining functions (3)
May 01 2007    array trouble (2)
May 01 2007    destructors (19)
Apr 30 2007    reference class parent's function (8)
Apr 28 2007    hackish writefln? and (4)
Apr 28 2007    how to embed Internet Explorer as an OLE/COM object in (2)
Apr 27 2007    Unit tests for I/O functions (3)
Apr 27 2007    why are Assign Expressions r-values? (8)
Apr 27 2007    generic functions (6)
Apr 26 2007    Passing Variables between classes in modules (11)
Apr 25 2007    how to use mango (5)
Apr 25 2007    match class specialization (9)
Apr 25 2007    dmd installation on Linux (3)
Apr 25 2007    Which Linux distro? (6)
Apr 24 2007    foreach on a tuple in CTF (5)
Apr 24 2007    Get Character At? (19)
Apr 23 2007    variations of int sizes (and signded/unsigned) between platorms (6)
Apr 23 2007    Creating variable name with variables (4)
Apr 23 2007    A tuple bug? (3)
Apr 23 2007    Windows *.exe (6)
Apr 23 2007    Structs and assiciative arrays (4)
Apr 22 2007    Python -> Java -> D ? (10)
Apr 22 2007    Running dmd on ubuntu with AMD64 (7)
Apr 20 2007    'Custom D array allocation'. (1)
Apr 20 2007    convert d_time to Date without timezone conversion? (3)
Apr 20 2007    Runtime class check (5)
Apr 19 2007    Writting SO kernel in D (8)
Apr 19 2007    Templates with the same name as methods not legal? (3)
Apr 18 2007    stream.readf BUG ? (1)
Apr 18 2007    Templated member functions in interfaces (5)
Apr 18 2007    Hash Compare (7)
Apr 18 2007    Getting typeid/tuple of context (struct/class/function) (2)
Apr 17 2007    clear AAs (7)
Apr 17 2007    Why is "phobos" hardcoded in DMD (9)
Apr 17 2007    Question about threads (8)
Apr 16 2007    re-creating C++'s reference bahavior (9)
Apr 16 2007    Looking for ideas: value data in a delegate (2)
Apr 16 2007    writefln + unsigned numbers (2)
Apr 15 2007    Using delegates (3)
Apr 15 2007    Pointer to interface method (4)
Apr 15 2007    [Bug or feature] nested class inheritance (10)
Apr 15 2007    exception and integer overflow (2)
Apr 14 2007    linux specific import (3)
Apr 13 2007    alias of member from pointer to struct? (11)
Apr 13 2007    noob string concatenation help. (10)
Apr 12 2007    Missing properties in "Properties" page? (2)
Apr 13 2007    private member (2)
Apr 12 2007    extern(Windows) on XPCOM (3)
Apr 12 2007    Dynamic polymorphism (6)
Apr 12 2007    Problem on documentation ? (2)
Apr 11 2007    64 bit linux (4)
Apr 10 2007    scope + delegates = irritating (2)
Apr 10 2007    Template specialization (8)
Apr 10 2007    odd result from writefln on int[][] (2)
Apr 09 2007    Inter process communication (1)
Apr 07 2007    Compile a .so (4)
Apr 07 2007    Getting user home directory (4)
Apr 07 2007    Recursive mixins problem (4)
Apr 07 2007    "this" reference not working? (4)
Apr 06 2007    compile time string manipulation (4)
Apr 06 2007    Working with Buffered streams (5)
Apr 06 2007    Working with Buffered streams (1)
Apr 04 2007    getUTCtime() increases irregularly (13)
Apr 03 2007    typedef int: adding operators? (opAdd, etc.) (4)
Apr 03 2007    ANSI - output with phobos (10)
Apr 03 2007    ANSI - output with phobos (1)
Apr 03 2007    User-defined conversions? (2)
Apr 03 2007    Static Functions and pointers (5)
Apr 03 2007    Why D doesn't have constant function arguments? (6)
Apr 01 2007    extern(C) vs. extern(Windows) (7)
Apr 01 2007    Integer division by zero results in floating-point exception !? (8)
Mar 31 2007    Address of instance member function (6)
Mar 30 2007    Help with Template Code (16)
Mar 30 2007    Is this a D puzzler or a bug? (9)
Mar 30 2007    simple struct template (8)
Mar 29 2007    More granular performance profiling? (7)
Mar 28 2007    Cross OS compilation. (3)
Mar 27 2007    advanced function binding (10)
Mar 27 2007    char[] -> int or float... (10)
Mar 26 2007    Exception vs. Error (2)
Mar 26 2007    Exception vs. Error (7)
Mar 25 2007    Can I use static constructors for registration? (3)
Mar 25 2007    more bugs (2)
Mar 25 2007    Template instantiation and overloaded functions (3)
Mar 25 2007    D exit() function? (7)
Mar 25 2007    IDE/Debugging (2)
Mar 23 2007    Operators as function arguments? (7)
Mar 22 2007    libevent and exceptions (5)
Mar 22 2007    How to read a C++ class from file into memory (10)
Mar 22 2007    How to read a C++ class from file into memory (1)
Mar 22 2007    Creating .lib files (1)
Mar 22 2007    Creating .lib files (3)
Mar 22 2007    Covariant return type (6)
Mar 21 2007    class creation in module scope? (3)
Mar 21 2007    Hash Table (5)
Mar 21 2007    Extension Method? (3)
Mar 21 2007    d-riven.com updated (3)
Mar 20 2007    snn.lib , setmode and linker errors (4)
Mar 20 2007    Dparser link error (3)
Mar 20 2007    int to char at compile time (7)
Mar 20 2007    class array (3)
Mar 20 2007    New introductory D website (13)
Mar 19 2007    Overriding final functions (3)
Mar 19 2007    Garbage Collector and Foreign Threads (14)
Mar 19 2007    Socket Listener and SocketStream (3)
Mar 17 2007    Associative Arrays and Structs (3)
Mar 16 2007    Arrays (5)
Mar 16 2007    Rectangular or 2d associative arrays (6)
Mar 16 2007    references and function calls (8)
Mar 15 2007    what's different between interface and abstract class? (6)
Mar 15 2007    map/filter/reduce: use functions or delegates or both? (5)
Mar 13 2007    FloatingPoint in D (8)
Mar 13 2007    Software Metrics Tool for D (5)
Mar 12 2007    Far jump to code segment with D inline assembler (4)
Mar 12 2007    Vectors and matrices in D (13)
Mar 12 2007    Tango, usergdi32 problem, link prob i think.. (3)
Mar 12 2007    Building good error message in templates? (3)
Mar 11 2007    Register calling convention for asm functions... (5)
Mar 11 2007    I think i've found a bug, should / how do i report it. (8)
Mar 11 2007    writing pure C program with dmd / linking error (4)
Mar 11 2007    question with c -header file (3)
Mar 10 2007    casting and arrays.. (13)
Mar 10 2007    foreach in compile time function? (3)
Mar 09 2007    Errm so what does "if (object)" and "Assert(object)" do?? (7)
Mar 09 2007    Pointers, casting, SetGetWindowLong problem... (19)
Mar 09 2007    Rounding real numbers to X decimal places (2)
Mar 09 2007    Storing templates (4)
Mar 09 2007    Incomplete win32 headers, do i have the right implib? (4)
Mar 09 2007    switch/case problem: 'case must be a string or an integral constant' (3)
Mar 08 2007    Abstract qs (2)
Mar 08 2007    Templates lots of newbie qs. (15)
Mar 07 2007    bug in tupleof ? (2)
Mar 07 2007    Total Newbie Q regarding compiling.. (5)
Mar 07 2007    Need help with acs_map[] from CURSES (6)
Mar 06 2007    Garbage collector noob (15)
Mar 06 2007    Tuples and array literals (3)
Mar 06 2007    Sending a struct over TCP (8)
Mar 06 2007    bitwise operators (2)
Mar 06 2007    setenv in Windows + phobos and tango (6)
Mar 06 2007    Bidimensional dynamic array problem (5)
Mar 06 2007    template library? (2)
Mar 06 2007    which one easier (4)
Mar 05 2007    lib readline (3)
Mar 04 2007    question about the garbage collector (8)
Mar 04 2007    How to explicitly qualify my modules with the package (3)
Mar 03 2007    Different results for int and long alias (4)
Mar 03 2007    Static initalization of global variable? (3)
Mar 03 2007    tango link trouble (7)
Mar 03 2007    Cant get hello.d to build: (6)
Mar 01 2007    comparing typedefed type to null (5)
Feb 28 2007    Some troubles with lazy lists (1)
Feb 28 2007    Mixin and function template? (12)
Feb 26 2007    char[] <--> void* (5)
Feb 26 2007    linker: undefined symbol when an interface is derived from. (5)
Feb 25 2007    Function pointer callback from C (6)
Feb 25 2007    Bug in std.regexp with capturing subpatterns? (1)
Feb 25 2007    Templates and expressions (2)
Feb 25 2007    Input from console (4)
Feb 25 2007    Port access (2)
Feb 24 2007    Exception Safe Programming (23)
Feb 24 2007    Observer pattern/Signal Slot vs PublisherSubsriber pattern (1)
Feb 24 2007    Enum/typedef and overloading (1)
Feb 23 2007    Error: cannot implicitly convert expression () of typechar[5] to char[][] (9)
Feb 23 2007    "Hiding" the mixin keyword? (6)
Feb 23 2007    tuples and freeze dried function args (6)
Feb 23 2007    static assert / static if (4)
Feb 23 2007    Listening to UDP sockets (3)
Feb 22 2007    Rectangular Arrays (12)
Feb 22 2007    A Simple DLL Wrapper (8)
Feb 21 2007    Slightly OT: Licensing questions from a FOSS newb (5)
Feb 21 2007    Distinguishing between const and non-const variable in a template? (10)
Feb 20 2007    Testing if a function is defined in a module (9)
Feb 20 2007    Need help with communication between multiple threads (11)
Feb 20 2007    conditional compilation and -v1 (1)
Feb 19 2007    std.zip library example (3)
Feb 19 2007    Allocating delegate on heap? (8)
Feb 18 2007    Error in Declarator definition ? (4)
Feb 18 2007    Template Arguments (3)
Feb 18 2007    Can't cast to delgate type from void*? (3)
Feb 18 2007    How to redirect variadic function parameters? (6)
Feb 18 2007    libpng dll functions weird behaviour (1)
Feb 18 2007    Template member functions conflicting (11)
Feb 17 2007    status of mango.xml.rpc (4)
Feb 15 2007    Question about template mixins as nested functions. (3)
Feb 15 2007    Good GUI for newbie (12)
Feb 15 2007    Problems with templates and arrays of strings (1)
Feb 14 2007    getDirectory of FileSystem.d (3)
Feb 13 2007    The new import expression (2)
Feb 13 2007    delegate memory layout help needed (3)
Feb 13 2007    MemoryConduit (10)
Feb 12 2007    array !is null fails (9)
Feb 12 2007    variadic funtions (5)
Feb 12 2007    Exception Handling, Scope and Destructor questions (6)
Feb 12 2007    cast to void[] (3)
Feb 11 2007    OptLink and D DLL creation (3)
Feb 11 2007    encoding of EOL in string literals (3)
Feb 11 2007    array to pointer conversion (2)
Feb 10 2007    Passing arguments into functions - in, out, inout, const, and contracts (7)
Feb 10 2007    help with link on window (2)
Feb 10 2007    Is writing typeinfo to a file ok? (1)
Feb 10 2007    &this pointer (8)
Feb 10 2007    Tango BitArray Initialization (19)
Feb 09 2007    No dynamic Arrays in Struct? (5)
Feb 09 2007    tango on linux (2)
Feb 09 2007    condition variable/semaphore/etc (3)
Feb 08 2007    Stripper? (5)
Feb 07 2007    std.stream.EndianStream ... (6)
Feb 07 2007    phobos / tango / ares (45)
Feb 07 2007    bit array (4)
Feb 06 2007    pragma, dlls, etc (6)
Feb 06 2007    Tuple as Property Parameter (3)
Feb 06 2007    foreach () processing sequence (6)
Feb 05 2007    DirectX, COM and Access Violation (5)
Feb 05 2007    Passing arrays by value? (3)
Feb 04 2007    using typedefed types as covariant return types (1)
Feb 04 2007    Benchmarking Approaches? (1)
Feb 04 2007    HTTPS server framework (2)
Feb 03 2007    matching overloaded functions (std.string.toString) (3)
Feb 03 2007    dchar, wchar, char conversions: what is the best practice? (4)
Feb 02 2007    client/server framework (7)
Feb 02 2007    Multidimensional Box arrays (2)
Feb 02 2007    Creating structs (5)
Feb 01 2007    Using out qualifier instead of *, how to pass null? (7)
Jan 31 2007    Q about template for matching arrays (3)
Jan 31 2007    Preventing writes to a global struct instance with const? (1)
Jan 31 2007    Preventing writes to a global struct instance with const? (5)
Jan 30 2007    IFTI with constant args, is this already possible? (4)
Jan 30 2007    Qs about structs and their references WRT C functions and variables (11)
Jan 30 2007    Default Argument Improvements? (7)
Jan 30 2007    Console operations (2)
Jan 30 2007    external relocation entries in non-writable section? (5)
Jan 30 2007    how to be faster than perl? (13)
Jan 29 2007    How to convert C macro that calls function returning a struct*? (3)
Jan 29 2007    Template for going from Array --> list of args (6)
Jan 29 2007    Template bug? (6)
Jan 29 2007    Associative Array Bug? (6)
Jan 29 2007    what happens when "real" == "double" (2)
Jan 29 2007    Question about DLLs & implib (4)
Jan 29 2007    customized "new" and pointer alignment (1)
Jan 28 2007    Conditional Templates (11)
Jan 27 2007    Confusion about static arrays (4)
Jan 27 2007    Wrapping C APIs in D functions of same name? (4)
Jan 27 2007    Accessing D's parser (2)
Jan 27 2007    Design by Contract - some questions (2)
Jan 27 2007    Implementing a timer using threads (13)
Jan 26 2007    String pasting / symbol construction? (3)
Jan 26 2007    Closing streams on deletion (5)
Jan 25 2007    writefx and threads (4)
Jan 25 2007    Save a type in a variable (4)
Jan 25 2007    array and pointers (5)
Jan 24 2007    How to write a proper class destructor? (16)
Jan 24 2007    Alias for a template (1)
Jan 24 2007    Using array.sort (14)
Jan 24 2007    Linking to MSVCRT (4)
Jan 24 2007    export keyword messes up static linking (6)
Jan 24 2007    non-constant expression (7)
Jan 23 2007    scope file.open (6)
Jan 22 2007    Can't create nested classes (7)
Jan 22 2007    Reading uint[] array from binary file (3)
Jan 20 2007    A bit of binary I/O (20)
Jan 20 2007    Interfaces (2)
Jan 19 2007    Type of Array.length? (8)
Jan 19 2007    Reference to implementation of interface. (4)
Jan 19 2007    System Resource Usage (2)
Jan 19 2007    Is there an equivalent of the decimal type in D? (15)
Jan 19 2007    Extending basic types - bool (7)
Jan 19 2007    Delegates (8)
Jan 19 2007    Calling D from C - What's the present status? (5)
Jan 18 2007    D Mutex reference. (9)
Jan 18 2007    how to change attribute in descendant? (10)
Jan 17 2007    std.traits.ReturnType b0rking on function pointer. (5)
Jan 17 2007    can I alias something to void? (4)
Jan 16 2007    Why is this D code slower than C++? (49)
Jan 16 2007    Trouble with anon delegates. (10)
Jan 15 2007    Is this a bug or feature? (7)
Jan 15 2007    Question Re Templates & Tuples (3)
Jan 15 2007    Method for initialising an array of structs (2)
Jan 15 2007    XML Parser? (7)
Jan 15 2007    question about 'mixed' tuples (1)
Jan 14 2007    C# style generic interfaces with templates (5)
Jan 14 2007    Typedef of class doesn't work? (2)
Jan 14 2007    listener.d (8)
Jan 14 2007    dll's (1)
Jan 14 2007    Templates, varargs and static foreach (4)
Jan 13 2007    Size of a class instance at compile time (14)
Jan 13 2007    Question about Phobos library file ("ti_uint.d") (3)
Jan 12 2007    Delete chars at the end of a text file (3)
Jan 12 2007    How to create a function declaration? (20)
Jan 11 2007    thread and gc.fullCollect (10)
Jan 11 2007    latin-1 encoding (6)
Jan 11 2007    delegete with foreach (5)
Jan 11 2007    Problem with template functions (4)
Jan 11 2007    Problem with closures (15)
Jan 10 2007    Append & delete text in the middle of a file (3)
Jan 10 2007    Question about unittests (6)
Jan 10 2007    Arrays (5)
Jan 09 2007    import foo vs. private import foo (4)
Jan 09 2007    alias & typedef (4)
Jan 09 2007    plotting data in D (5)
Jan 09 2007    filling arrays, avoid default init (8)
Jan 09 2007    Translating Modula2 into D: variant records, pointer (10)
Jan 09 2007    How to create a shared library with DMD on Linux? (8)
Jan 08 2007    GDC and DMD produce incompatible binaries? (2)
Jan 08 2007    Nonblocking IO for stdin (3)
Jan 08 2007    bit twiddling (endianness) (7)
Jan 07 2007    wait? sleep? (4)
Jan 07 2007    Converting literal strings to pointers (5)
Jan 07 2007    BUG? lazy argument + variadic arguments (3)
Jan 05 2007    Access violation when using classes (beginner) (5)
Jan 05 2007    Problem with "delete" and what about "friend" classes & functions? (6)
Jan 04 2007    Acces Violation: assert with null instance (23)
Jan 04 2007    the link error with compile examples (4)
Jan 04 2007    Help Building DBI (5)
Jan 04 2007    Inserting raw data in inline asm (6)
Jan 04 2007    Native code implementation. (3)
Jan 04 2007    missing ".d" in assertion error message (1)
Jan 03 2007    "module is in multiple packages" error (8)
Jan 03 2007    gdc so files (4)
Jan 02 2007    Modules/Libraries (4)
Jan 02 2007    n ocurrance in a string (8)
Jan 01 2007    implementing timer events (3)
Dec 30 2006    Pointer to Object Questions (13)
Nov 29 2006    Thread synchronization (5)
Aug 14 2006    anyone knows how to print __FUNCTION__ in D? and __LINE__ (6)
Jul 15 2006    templated find() working with static arrays, seeking help on. (5)
Apr 26 2006    get current time and convert it to string (14)
Sep 14 2005    Re: Wanted: GDB-style debugging (9)

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