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.

Reply via email to