I know how to create fixed arrays, and i've read there are a bunch of array classes out there but i don't know which to use. I need an array that is capable of (ordered by priority):
1. fast access
2. no extra memory (like arrays of pointers)
3. adding/removing single items, clearing
4. resizing
Also i would like a short summary of what array classes are good for what thanks