Tags → #memory
-
Why does 0.1 + 0.2 != 0.3?
Ever wondered why your computer thinks 0.1 + 0.2 ≠ 0.3? This deep dive into IEEE754 floating point numbers reveals how computers store decimal numbers in binary
-
How does free work in C?
A brief walkthrough on how free works in C and frees the right amount of memory.