Where can I find a good guide to writing C Collections?
Posted
by
Mike Axiak
on Stack Overflow
See other posts from Stack Overflow
or by Mike Axiak
Published on 2011-01-18T01:34:32Z
Indexed on
2011/01/18
2:53 UTC
Read the original article
Hit count: 254
c
I remember having read a very good guide to writing collections. By that I mean, it described using macros to generate types with type parameters, kind of like C++ templates. I'm not sure if it was written by Rusty Russell, but it was someone I recognized. It was posted on hackernews or proggit... I wanted to write a new C library and has searched google for the past 30 min for this guide to no avail. Anybody remember?
© Stack Overflow or respective owner