Menu

ObjectiveLib version 0.8 released

ObjectiveLib is a library of containers and generic algorithms for Objective-C meant to provide the same benefits to Objective-C developers that the Standard Template Library provides for C++ developers. This release, version 0.8, is the first public release, and is kept below version 1.0 so that the API may be modified based on user feedback. All of the functionality that one finds in the STL from C++ is also in ObjectiveLib, including: vectors, lists, maps, sets, queues, a huge array of generic algorithms, memory allocators, function objects, and iterators. Additionally, the API has been kept as close to the STL API as possible so that those familiar with STL will have no trouble picking up with ObjectiveLib right away. If you find Apple's Cocoa framework woefully lacking in containers and algorithms, then ObjectiveLib is just the addition that you need for your toolkit.

You can download it here:
https://sourceforge.net/project/showfiles.php?group_id=120814&package_id=131686

Posted by Will Mason 2004-10-22

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.