Files
awesome-cpp/minor.md
Michael Hofmann b6dd2f303b Replaced mentions of "C/C++" by "C [and|or] C++".
The project title is now "Awesome C++" to reflect the fact that most mentioned libraries are indeed C++ libraries.
Mentions in projects' self-descriptions remain unchanged, if "C/C++" was the chosen wording by the project author.
This fixes https://github.com/fffaraz/awesome-cpp/issues/431.
2018-02-01 21:04:43 +01:00

418 B

Minor projects

A list of lesser-known C or C++ libraries, tools, and resources.

  • jest - A sane and minimal C++14 unit test framework. [MIT]
  • libfixmath - A Cross Platform Fixed Point (Q16.16) Maths Library. [MIT]
  • CallableTraits - Traits and metafunctions for callable types. [Boost]