Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Updates to the c containers library

12 views
Skip to first unread message

jacob navia

unread,
Apr 22, 2012, 7:11:07 PM4/22/12
to
Hi
For the people that are using the containers library, I have updated the
distribution. I added more implementations of Select and SelectCopy.

Both functions take a container and a mask, producing either a modified
container where non-selected elements are erased in place, or a copy of
the selected elements.

I added them for lists, string lists, vectors and string collections.

This goes in a general direction that I want to build before presenting
this work: the usage of masks is an interesting concept (taken from the
APL language)

You can download the containers library from:

http://code.google.com/p/ccl

jacob
0 new messages