A linux socket library based on C++0x/C++11
The g++ should support C++0x or C++11
If support C++0x: Step1. make
If support C++11: Step1. Modify the C++0x to C++11 of Makefile Step2. make
Develop with the include files and the libraray file libnet.a
There are some exampes in the root folder of the source files.
GNU