C++ Wrapper for Socket
- Loki Astari (C)2016
- 27 May 2016
The last two articles examined the "C Socket" interface provided by the OS. In this article, I wrap this functionality in a simple C++ class to provide guaranteed closing and apply a consistent except
Read More