Articles
Filtering by: c Clear
Memory Management Rituals in C
Mastering the allocation and liberation of memory. How to avoid leaks and corruption in long-running daemons.
Pointers to the Void: Advanced C Tricks
Navigating the darkness of raw memory access. Void pointers, function pointers, and unsafe casting.
The Silent Segfault: Debugging Nightmares
When the kernel kills your process without a word. Analyzing core dumps and stack traces.
Embedding Lua: Possessing the Host Application
Integrating Lua into C applications correctly. The stack, the registry, and safe calls.