1
0
Fork
You've already forked Niko-cpp-utils
0
My C++ helpers for the projects I work on
  • C++ 100%
2026年03月14日 20:50:01 +02:00
.gitattributes Initial commit 2026年03月04日 18:55:36 +02:00
LICENSE Initial commit 2026年03月04日 18:55:36 +02:00
log.cpp Initial Files 2026年03月14日 20:00:56 +02:00
log.hpp Initial Files 2026年03月14日 20:00:56 +02:00
random.cpp Initial Files 2026年03月14日 20:00:56 +02:00
random.hpp Initial Files 2026年03月14日 20:00:56 +02:00
README.md Added missing .md extension 2026年03月14日 20:50:01 +02:00

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"