Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 544 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 544 Bytes

net

A linux socket library based on C++0x/C++11

1.Build

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

2.Develop

Develop with the include files and the libraray file libnet.a

3.Examples

There are some exampes in the root folder of the source files.

4.Lisence

GNU