May 18, 2022 Announce » Re: A New Game Written in D | |||
|---|---|---|---|
| |||
...previously. Admittadley I didn't put much thought...middle with a "medium" size map and just... | |||
May 17, 2022 General » Re: How to fix the mismatch struct size | |||
|---|---|---|---|
| |||
...I don't own the project but need deal with it. All subtype size is... | |||
May 17, 2022 Learn » Re: What are (were) the most difficult parts of D? | |||
|---|---|---|---|
| |||
...T(mem[0..size], args) : null; } void FREE(T)(ref T obj) if (is(T... | |||
May 16, 2022 Learn » Re: Why are structs and classes so different? | |||
|---|---|---|---|
| |||
...even if I > don't agree with it...core, cache (including the size), memory. > D went... | |||
May 16, 2022 General » Re: How to fix the mismatch struct size | |||
|---|---|---|---|
| |||
...D. - make sure the size_t is the same type and size for all platforms... | |||
May 16, 2022 General » How to fix the mismatch struct size | |||
|---|---|---|---|
| |||
```c
typedef struct {
const char *str;
size_t len : 30;
bool initial : 1;
bool final... | |||
May 16, 2022 General » Re: ImportC can now automatically run the preprocessor | |||
|---|---|---|---|
| |||
...as:
auto SUN_LEN(T)(T ptr) {
return mixinC(`((size_t) (((struct sockaddr_un *) 0... | |||
May 15, 2022 Learn » Re: Why are structs and classes so different? | |||
|---|---|---|---|
| |||
...qx22oxlQmKc&t=923s Such concerns don't exist...bothered to check the size threshold below which... | |||
May 15, 2022 General » Re: ImportC can now automatically run the preprocessor | |||
|---|---|---|---|
| |||
...qrcodegen_VERSION_MAX;
size_t qrcode_BUFFER_LEN_FOR_VERSION(size_t n) { return qrcodegen... | |||
May 15, 2022 Duyuru » Re: Pazar Sohbeti: 15 Mayıs'22, TSİ.11 | |||
|---|---|---|---|
| |||
...i;
string s;
double d;
}
struct ___SSSSS {
size_t length;
char* ptr;
}
void main() {
auto... | |||
Copyright © 1999-2021 by the D Language Foundation