Our great sponsors
-
-
UNITS
a compile-time, header-only, dimensional analysis and unit conversion library built on c++14 with no dependencies.
I personally use, and recommend, the units library by Holthaus: https://github.com/nholthaus/units
-
Sonar
Write Clean C++ Code. Always.. Sonar helps you commit clean C++ code every time. With over 550 unique rules to find C++ bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.
-
units
A compile-time enabled Modern C++ library that provides compile-time dimensional analysis and unit/quantity manipulation. (by mpusz)
This seems to be on a progress to standardisation for c++23/26: https://github.com/mpusz/units
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
- EzGz - An easy to use single header no dependency library for decompression of .gz archives written in modern C++ (probably faster than zlib)
- Please Put Units in Names
- Just discovered C++ has keywords 'and'/'or'/'not' etc.
- Why is this piece of code compiling with char as c-tor argument?
- I got curious about units of measure in programming languages so I recreated xkcd/687.