[OT] generic data structures lib for linux

Does anyone know of generic data structure lib (like STL) for C.Cross platform would be good.Write queueing and hashing routines tends to become boring after the 34th time.The only good one I know of is glib but I want something smaller and simpler.

Someone told me Glib was good (C lib from GTK), but I never used it.
http://www.gtk.org/

EDIT: Sorry, I should have read better your post before replying.

[This message has been edited by GPSnoopy (edited 01-11-2003).]

I don’t want to have to prepend a g to everything in my code,like gint,gfloat,gpointer.I’m surprised that they don’t have a “ghello gworld” gtutorial.

And I don’t want to prepend everything in my code like GLint, GLfloat, etc.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.