danomatika / cpphelpers

useful headers, scripts, and small libs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cpp helpers

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

  • Log.h: a streaming log class with settable levels
  • 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:

About

useful headers, scripts, and small libs

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%