/easy

cross platform c++ class lib (makefile version)

Primary LanguageC++

easy

easy,a cross platform c++ class lib (makefile version) which include database,network,
thread,lock.buffer,and so on. at the directory of src/test you will find some test code,
you can use at windows or linux to do unit test. enjoy it !

compiler:

#####linux $git clone git@github.com:yuyunliuhen/tinynet.git $cd easy $cd build & make #####windows use the visual studio solution at the directory build. file list

unit test:

just add file to makefile or visual studio solution.

#####linux #####windows