An open API service indexing awesome lists of open source software.

https://github.com/danomatika/cpphelpers

useful headers, scripts, and small libs
https://github.com/danomatika/cpphelpers

Last synced: about 2 months ago
JSON representation

useful headers, scripts, and small libs

Awesome Lists containing this project

README

        

cpp helpers
-----------

C++ class helpers I use in a few projects:

* Log.h: a streaming log class with settable levels and optional filtering
* Path.h: cross-platform path string functions
* PathWatcher.h: cross-platform path change watcher
* Options.h: convenience wrapper for The Lean Mean C++ Options Parser which adds type conversions

Useful libs which are included:

* [The Lean Mean C++ Options Parser](http://optionparser.sourceforge.net): cross-platform commandline argument parsing in a single header