An open API service indexing awesome lists of open source software.

https://github.com/nuilab/cppsocketwraper

This is basic C++ wrapper for Posix Socket. It has been tested in Ubuntu 18.04 -- it can be improved.
https://github.com/nuilab/cppsocketwraper

Last synced: 9 months ago
JSON representation

This is basic C++ wrapper for Posix Socket. It has been tested in Ubuntu 18.04 -- it can be improved.

Awesome Lists containing this project

README

          

# CppSocketWraper
This is basic C++ wrapper for Posix Socket. It has been tested in Ubuntu 18.04 -- it can be improved.

License is GNU General Public License's Version 3.

Project1-Skeleton contains the code. Read the .vscode folder as it has my settings. Change them as needed.