0

Can std::string be considered like a concrete implementation of std::vector<char*> (saving the differences)? std::string looks like a buffer of characters grouped in a typename, with concrete methods that allows you to manipullate characters in a neat and convenient way. But I wanted to know what are beyond those implications, and the differences at storage level of the data between the both two.

0 Answers0