Since arrays are supposed to be blocks of contiguous, non-dynamic memory, how do arrays of strings, classes, and non-fixed size data structures work?
Afaik classes are still fixed size, std::string, std::vector, etc.. likely hold pointers to the "re-sizable" data.
Last edited on