How do you use D?

Nicholas Wilson via Digitalmars-d digitalmars-d at puremagic.com
Mon Aug 7 18:20:37 PDT 2017


On Monday, 7 August 2017 at 19:54:51 UTC, Eugene Wissner wrote:
> Yes. Everything I know about low-level network programming, 
> assembler, memory management, I learned from my working on my 
> library, tanya.

OT but tanya's readme has a wrong comment:

```
int i = arr[7]; // Access 7th element.
```

should be 8th element.


More information about the Digitalmars-d mailing list