PD C++ STL

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
User avatar
Candy
Member
Member
Posts: 3882
Joined: Tue Oct 17, 2006 11:33 pm
Location: Eindhoven

PD C++ STL

Post by Candy »

I've given up hope on the original STL in terms of it being functional etc. I did do some work on trying to get it to work to some level of functionality, so I decided not to rm-rf the code but to dump it online. If anybody is interested, it's 100% public domain as far as I'm concerned. Don't complain to me about flaws or errors, I don't care. I don't care about the original stl anymore.

The stuff is at this place for the next few months at least. Enjoy.
proxy

Re:PD C++ STL

Post by proxy »

just a note, i have been implementing an STL for my OS, it is about..80% complete.

it has a fully implemented std::vector, std::deque, std::queue, std::stack, std::list, all agorithms, and a few extras.

I am not ready to open source it yet, but when it is "ready" i'll be more than happy to :)

proxy
Post Reply