Object-Orients Programming in C
1 mrunix 4 9/18/2025, 6:34:50 PM mrunix.me ↗
Comments (4)
mwkaufma · 3h ago
Weird choice to lead with asymmetric constructors/destructors -- why is there a free() with no corresponding malloc()/calloc()? Were the samples copy-pasted from a GenAI prompt?
mrunix · 2h ago
I forgot about this one, nice catch
gangtao · 3h ago
so why not to use C++?
mrunix · 3h ago
These patterns exist in some codebases written in C, it's useful to understand these patterns.