News

This repository contains the implementation of a dynamic array class Vector in C++. It mirrors the functionality of std::vector, providing an educational exploration of memory management, exception ...
Let's say I have a class of non-trivial size called MyClass I also have ... and then copying it to the internal array (1 copy), like the example above I want to construct an add() function which ...