Skip to content
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

Clone this wiki locally