May 21 General » Re: Talk on D at DORS/CLUC | |||
|---|---|---|---|
| |||
Actually, what D can do with templates impresses...ranges, I did not include any examples in... | |||
May 18 General » Re: Proposed Changes to the Range API for Phobos v3 | |||
|---|---|---|---|
| |||
...finite ranges, which would include the requirements for...significantly increasing how much D code would need... | |||
May 16 General » Re: Proposed Changes to the Range API for Phobos v3 | |||
|---|---|---|---|
| |||
...uni, and that can include a random-access...supported, whereas ideally, we'd be able to... | |||
May 16 DIP Ideas » Re: Inferring static array size | |||
|---|---|---|---|
| |||
...4]`. If you write: ```d auto blah = "blah...arrays of character types include a terminating \0... | |||
May 14 Announce » D Language Foundation January 2024 Monthly Meeting Summary | |||
|---|---|---|---|
| |||
...integers. He'd been considering extending the capability of string expressions to include size 8... | |||
May 12 Learn » What prevents ImportC from using .h directly? | |||
|---|---|---|---|
| |||
...worked: ```d #!/usr/bin/env dub /+ dub.sdl: name "some_app" cImportPaths "/usr/local/include... | |||
May 08 Issues » [Issue 24546] New: importC musl setjmp.h failure | |||
|---|---|---|---|
| |||
...00733dd1cf791d13ff6155509cf139a5f7b2eecb/include/setjmp.h#L15 It uses identifier `__ss` which is #defined by D's... | |||
May 06 Issues » [Issue 24538] New: ImportC: packed bitfields not implemented | |||
|---|---|---|---|
| |||
...bitfields not implemented
Product: D
Version: D2
Hardware...Reporter: bugzilla@digitalmars.com
```
#include <stdio.h>
struct... | |||
May 06 General » Big picture on shared libraries when they go wrong, how? | |||
|---|---|---|---|
| |||
...the D code looks like this: ```d MyType...linkers don't just include a static library... | |||
May 05 DIP Development » Re: second draft: add Bitfields to D | |||
|---|---|---|---|
| |||
...4.0, clang 14.0.0:
```c
#include <stdio.h>
struct __attribute__((packed)) S{
long... | |||
Copyright © 1999-2021 by the D Language Foundation