treeset, hashmap, etc

Posted By: GPEngine

treeset, hashmap, etc - 10/19/14 22:28

I want basic data structures, general purpose containers like treeset, hashmap. Are they available?

I tried to include glib.h but it was not found. If I can get to that, it's all I need. Is is possible?
Posted By: jcl

Re: treeset, hashmap, etc - 10/20/14 17:22

AFAIK glib is a unix library. I don't know if it works under Windows, but if so, compile it to a dll and include the prototypes from the header.
Posted By: PadMalcom

Re: treeset, hashmap, etc - 10/20/14 17:37

You can try TUST (https://github.com/MasterQ32/TUST) which is made for game development with Lite-C but it contains at least lists.
© 2024 lite-C Forums