Skip to content

4ms/cpputil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Lightweight C++ utilities and helpers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages