On Friday, 22 April 2022 at 12:58:24 UTC, H. S. Teoh wrote:
Why would you not want to use OS APIs?
1. Portability2. Language APIs are usually much better to use that the OS APIs, like Berkeley sockets for example.
IGotD- via Digitalmars-d-learn Fri, 22 Apr 2022 08:50:57 -0700
On Friday, 22 April 2022 at 12:58:24 UTC, H. S. Teoh wrote:
Why would you not want to use OS APIs?
1. Portability2. Language APIs are usually much better to use that the OS APIs, like Berkeley sockets for example.