This library provides helpful tools for your everyday C++ challenges. Aiming for the following goals:
- useful, comfortable C++ style (boost like) utils
- include into project and reduce external dependencies
- modern OO-driven C++ interface
- simple, fast, small footprint
- can be used in parts
- c++11 required (clang++ (>=3.4) [recommended], g++ (>=4.8))
- support for older compilers in progress
- support for a higher platform independance in progress
- selectivly disable features during compile-time
- extremly easy and smart interfaces
- slim OO-interfaces for tedious plain C interfaces (e.g., sqlite3, popen, date/time, threading/forking, locking, sockets, ncurses)
- .... or maybe you're just lookin' for some "inspiration" for your current project, come in and (may)be get inspired ;)
Where is the documentation? There was some text before? It is gone??? Yes, lost inside the git history, a new, better, completer documentatoin is incoming ... newest feature for the documentation will be: USEFULNESS!