My advice on implementing stuff in C:
My advice on implementing stuff in C:
Posted Oct 26, 2010 8:06 UTC (Tue) by mjthayer (guest, #39183)In reply to: My advice on implementing stuff in C: by nix
Parent article: Russell: On C Library Implementation
> You do RAII in C by wrapping everything up in opaque structures allocated by dedicated allocators and freed either by dedicated freers or by APR-style pool destructors.
Right, roughly what I was thinking of. Thanks for the concrete pointers!
