Simulation Implementation of vector
In the last blog, I introduced the use of vector in detail. In order to better use vector, we also need to carefully understand its underlying principle.
There are three members inside the vector:
membersign_startIndicates the starting position of the used space_finishIndicates where used space ends_end_of_storageIndicates where free spac ...
Posted by jenniferG on Sun, 03 Oct 2021 20:58:45 -0700