C: What the C Standard Doesn't Guarantee

An overview of what the C standard doesn't guarantee (C Standard Annex J).

Math: Matrix for 2D Game Development

Review of matrix mathematics for 2D game development, with code examples in C.

Math: Vector for 2D Game Development

Review of vector mathematics for 2D game development, with code examples in C.

How to install and use SDL_crossshader

Learn how to install and use SDL_crossshader to compile shaders for your game.

C: Memory Corruption Detection in Structures

Tips and tricks to handle memory corruption in C structures, using canary values.