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
- Host: GitHub
- URL: https://github.com/danomatika/cpphelpers
- Owner: danomatika
- License: gpl-3.0
- Created: 2011-08-21T20:37:40.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2025-04-02T15:27:30.000Z (2 months ago)
- Last Synced: 2025-04-14T10:13:19.875Z (about 2 months ago)
- Language: C++
- Homepage:
- Size: 359 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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 conversionsUseful libs which are included:
* [The Lean Mean C++ Options Parser](http://optionparser.sourceforge.net): cross-platform commandline argument parsing in a single header