Inheritance in C
2026-05-01: Implementing inheritance in C, kind of
Tags: C , Patterns
libtuberia
2025-08-16: A library to implement a pipeline
Tags: C , Libraries
Using typedef or not
2025-03-26: When to use typedef and why
Safer Pointers
2024-11-26: Following some ideas to make it safer to use pointers in C
Tags: C , Patterns , Pointers