Vector Implementation Plan protected: // data size_t size, capacity; T* content; // pointer to the primative array elements // method static T* newarray (size_t); // safe space allocator
protected: // data size_t size, capacity; T* content; // pointer to the primative array elements // method static T* newarray (size_t); // safe space allocator