C++: What are the differences between the positions and index

1.9k views Asked by At

Can somebody please explain to me the differences (or the similarities) between the position and index of elements in context of sequences and lists in C++ ?
(I was reading the implementation of Sequences using an array and why it had to be done a certain way. The array elements were holding pointers to elements that had held information about the index of the element and the useful value. )

0

There are 0 answers