std или Qt. надо:
- index-based access
- append
- delete from the middle
вроде бы по всем параметрам подходит QList, но смущает вот это:
Note that the internal array only ever gets bigger over the life of the list. It never shrinks.
std или Qt. надо:
вроде бы по всем параметрам подходит QList, но смущает вот это:
Note that the internal array only ever gets bigger over the life of the list. It never shrinks.