C++ Container equivalents

Bill Baxter dnewsgroup at billbaxter.com
Wed Aug 15 00:41:17 PDT 2007


Henning Hasemann wrote:
> As said before the situation is bad, but allows for re-inventing the
> wheel with a good excuse (the dream of all coders ;-)).
> 
> I have written:
> - a double linked list
> - a dobule linked list that stays sorted
> - a set (based on hashmap over bool)
> - a heap
> - an implementation of the dijkstra algorithm
> - Iterator classes/Interfaces
> 
> naturally all fitting together. Since I coded just what I needed for
> my current project, you would maybe miss some functionality but if you
> can use any of it, Im happy to share.
> 
> Henning
> 

Well, post a link for goodness sake!
:-)

--bb


More information about the Digitalmars-d-learn mailing list