My Client/Server Internet created with Dlang

Gregor Mückl gregormueckl at gmx.de
Wed Feb 3 17:40:22 UTC 2021


On Tuesday, 2 February 2021 at 17:03:58 UTC, Energo Koder wrote:
> Please answer me for these questions:
>
> 2. Do you introduce you app with:
> import core.stdc.stdlib;
> This drive me to question: Is the C API the the only way do 
> access Internet?

The code uses std.socket for networking. This is part of Phobos 
and is heavily inspired by the BSD socket interface, but tweaks 
it into something more D-ish.


More information about the Digitalmars-d-announce mailing list