C strcpy() – evil? – Some people seem to think that C’s strcpy() function is bad or evil. While I […]

Strict aliasing and memory locations – Strict aliasing prevents us from accessing the same memory location using an incompatible type. […]