Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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
Hi,
A QVector would be just fine for that