Hi
As part of my app I need to maintain a set of values and calculate the average as new values are added
The set of values is a fixed size and when a new value is added the oldest must be remove.
Can anyone suggest a suitable container for this?
Thanks