ndato.com
Menu
Links
Patterns

Inheritance in C

2026-05-01: Implementing inheritance in C, kind of

Tags: C , Patterns

Using typedef or not

2025-03-26: When to use typedef and why

Tags: C , Patterns

Safer Pointers

2024-11-26: Following some ideas to make it safer to use pointers in C

Tags: C , Patterns , Pointers