Friday, June 01, 2007

STL Maps on TurboC++

So, TurboC++ doesn't really have a proper STL implementation, which means you don't have the STL maps, either. So I made my own implementation of the maps, compatible with TurboC++, using a linked list as the container. This was made just for fun, not for being used on a daily basis. Use it at your own risk.

Download it here: http://argent.50webs.org/iMap.h. Note that this requires the latest version of my iString class. Many changes were specifically made to the iString for this class, making it much more useful, but still not as good as the STL string class.