You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
caioviel edited this page Oct 24, 2011
·
2 revisions
Library Cpp Util
The library cpp util contains some utility classes for C++ development. Some features like easy and lightweight logging API, java-like threading class, high-level network sockets API, pre-built exceptions classes are present. Moreover, there are lots of minor but useful functions.
Install
The libcpputil has no dependences. So, it's very to be compiled.
$ git clone git://github.com/lince/libcpputil.git libcpputil
$ cd libcpputil
$ make
$ make install