Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
No. A raw array is essentially just a region of memory. Array indexes (numbers) are shifts in this memory relative to the beginning of the array.
Associative containers, such as hash tables, have similar behavior. One implementation in C++: en.cppreference.com/w/cpp/container/unordered_map
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question