November 09, 2021 Issues » [Issue 20204] need to fix ABI about registers using | |||
|---|---|---|---|
| |||
...size_t a, size_t b, size_t c ); extern (D) void dcall( size_t... | |||
November 09, 2021 Learn » Re: Cannot compile C file using ImportC | |||
|---|---|---|---|
| |||
...int size_t;
extern void *malloc (size_t __size)
;
static void* (*ppmalloc)(size_t) = malloc... | |||
November 09, 2021 Learn » Cannot compile C file using ImportC | |||
|---|---|---|---|
| |||
...The reason I didn't used GCC is...extern (C) void*(ulong __size)` to `extern (C... | |||
November 09, 2021 Learn » Re: Completing C code with D style | |||
|---|---|---|---|
| |||
...are all ");
switch (answer1)
{
case 'n':
for (size_t i = 0; i < sizeof(numbers) / sizeof... | |||
November 08, 2021 Genel » Re: Multi-Threading LinkedList | |||
|---|---|---|---|
| |||
...çok hızlı düğümler arası gezdim. Harikaydı!
```d
size_t n;
do {
n += list.Get;
} while... | |||
November 08, 2021 Issues » [Issue 22493] New: DWARF: Use flag DW_FORM for flag attributes to reduce binary size | |||
|---|---|---|---|
| |||
...entry size and therefore the overall size significantly. --...if the entry doesn't have that flag... | |||
November 07, 2021 General » C++ header generation: Mixin template to create C ABI from D class fails due to pragma(mangle) seeming not to work? | |||
|---|---|---|---|
| |||
...size_t length;
T *ptr;
_d_dynamicArray() : length(0), ptr(NULL) { }
_d_dynamicArray(size_t... | |||
November 07, 2021 General » Re: Possible bug when instantiating template function with nested struct | |||
|---|---|---|---|
| |||
...simple number, otherwise, you wouldn't be able change the size of an array (i... | |||
November 07, 2021 General » Re: Possible bug when instantiating template function with nested struct | |||
|---|---|---|---|
| |||
...Array(T) {
private T* store;
private size_t length;
this(inout ref Array!T array... | |||
November 06, 2021 Learn » Re: How to return a reference to structs? | |||
|---|---|---|---|
| |||
...2, 3, 4, 5 ]; size_t[] specials = [ 1, 5 ]; size_t[] moreSpecials = [ 2, 3, 4... | |||
Copyright © 1999-2021 by the D Language Foundation