Description: Generic vector, list and priority queue style containers in C. I ve included what i have found to be the most useful subset of functions but, if anyone has any requests I ll be happy to add them. (7/10/2011) Fixed self insertion error (ironically enough). Added lower bound, upper bound, partition, stable partition, remove if, reverse, insert range and erase range to array public interface.
To Search:
File list (Check if you may need any files):
@PSC_ReadMe_13598_3.txt
c99_contain
...........\array.c
...........\array.h
...........\array.inl
...........\dlist.c
...........\dlist.h
...........\dlist.inl
...........\prioq.c
...........\prioq.h
...........\prioq.inl
...........\test
...........\....\array
...........\....\.....\test0.c
...........\....\.....\test1.c
...........\....\.....\test2.c
...........\....\.....\test3.c
...........\....\.....\test4.c
...........\....\.....\test5.c
...........\....\.....\test6.c
...........\....\dlist
...........\....\.....\test0.c
...........\....\prioq
...........\....\.....\test0.c