emd22 / net-cpp

basic socket library in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building

to build net-cpp, cd into the build folder and run cmake ../src. Next, run make to build the project. Finally, to be able to use it in your project, run make install.

About

basic socket library in C++


Languages

Language:C++ 92.9%Language:CMake 7.1%