begin quoting Andrew Lentvorski as of Fri, Sep 29, 2006 at 04:29:56PM -0700: > David M. Cook wrote: > >What about GLib? > > Waaaay too much baggage. Just like the Apache Portable Runtime. > > I'm looking for something where each data structure is in a .h and .c > file that you can just grab and go.
Something like http://www.cs.fiu.edu/~weiss/dsaa_c2e/files.html ? I suspect you don't have any data-structures-in-C textbooks lying around. I used to have a directory full of simple C data structures -- singly-linked list, doubly-linked list, hashtable, binary tree, etc. -- but I seem to have lost that directory. > I'd forgotten just how low-level C is. Yuck. Heh. I'd rather do C and C++.... -- _ |\_ \| -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
