https://github.com/4ms/cpputil
Lightweight C++ utilities and helpers
https://github.com/4ms/cpputil
Last synced: 4 months ago
JSON representation
Lightweight C++ utilities and helpers
- Host: GitHub
- URL: https://github.com/4ms/cpputil
- Owner: 4ms
- License: other
- Created: 2022-03-29T21:23:27.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2026-01-24T18:24:29.000Z (4 months ago)
- Last Synced: 2026-01-25T07:38:42.444Z (4 months ago)
- Language: C++
- Size: 744 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### cpputil ###
A collection of utility and helpers in C++. Written for c++20, but most headers will work with c++17 or earlier.
Generally, these were written for embedded projects that lacked the standard library.
To use, add the `cpputil` directory to your build system, and then #include what you use.
To use the lookup tables, you need to compile `math_tables.cc` as well.