ndato.comInheritance in C
- Description: Implementing inheritance in C, kind of
- Created: 2026-05-01
- Tags: C , Patterns
Using typedef or not
- Description: When to use typedef and why
- Created: 2025-03-26
- Tags: C , Patterns
Safer Pointers
- Description: Following some ideas to make it safer to use pointers in C
- Created: 2024-11-26
- Tags: C , Patterns , Pointers