Back To Basics! Fixed Point Numbers in C++

In this video I look at a simple Fixed Point Number implementation in C . I use constexpr to let the IDE run the code without even compiling anything! The final result is a small template class that permits arbitrary precision fixed point calculations. Patreon: YouTube: Discord: Twitter: Twitch: GitHub: Homepage:
Back to Top