> On Wed, 1 Sep 2010, MacArthur, Ian (SELEX GALILEO, UK) wrote:
>
>>>> I note that you have used std::vector to hold the animation
>>>> frames...
FWIW, I have an array template class that is very light
(<500 lines) and uses only rudimentary template features.
Very simple workhorse, been using it for years. It handles
generic things; arrays of classes, pointers, and the standard
datatypes. Intuitive usage with [] and integer indexes,
and simple insert/delete functions, sort/qsort/swap and
other simple features. Could make doxygen comments for it.
Or, I could make non-template oriented class that handles arrays
of generic pointers to things. Ditto for linked lists.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk