My C++ helpers for the projects I work on
| .gitattributes | Initial commit | |
| LICENSE | Initial commit | |
| log.cpp | Initial Files | |
| log.hpp | Initial Files | |
| random.cpp | Initial Files | |
| random.hpp | Initial Files | |
| README.md | Added missing .md extension | |
Niko's C++ Utilities
A collection of lightweight C++ utilities that I reuse across projects and decided to share. Licensed under the GNU General Public License v3.0 (GPL-3.0)
Utilities
- log – primitive logging helper
- random – small wrapper around C++ random utilities + hashing
- More to come probably
Usage
Just take the .hpp file you want with its .cpp counterpart and build them in your project
#include "log.hpp"#include "random.hpp"