Search

November 20
Genel »
...std.stdio;

enum stringTest = "oldu mu?";

void main()
{
  auto a = [1, 2];
  auto b = [1...
November 20
Issues »
...get(size_t i)() const => n;
}

void main()
{
    const S s;
    s.get!0;
}
---

The...
November 20
Learn »
...21 0x000055a0c8da9dad _d_run_main (/ldc/bin/ldc2+0x72e1dad)
#22 0x000055a0c8becff8 main (/ldc/bin/ldc2...
November 20
Learn »
...like SDL2 or GLFW assume that the main handling exists on a static basis. I...
November 20
Announce »
...plugin](https://github.com/MrcSnm/redub/blob/main/plugins/getmodules/source/getmodules.d): Add to...
November 19
DIP Development »
...struct S { int i; char c; }

    void main()
    {
        S dest;
        immutable(S)* p = new immutable...
November 19
Learn »
...renderer thread
        send(rendererThread, "stop");
    }
}

// Main entry point
void main() {
    auto game = new GameClient();
    game...
November 19
Learn »
...C++.

I have the following project structure:
```
    - main.d (Booting)
    - client.d
    - Renderer.d
        - Manager...
November 19
DIP Development »
...github.com/Project-Sidero/basic_memory/blob/main/source/sidero/base/allocators/classes.d#L183...
November 18
General »
...https://github.com/royalpinto007/d-drafts/blob/main/opt_in_output.txt)
    - [Opt-out output...
1 2 3 4 5 6 7 8 9 10 11 12
Next ›   Last »