std::string vs. char*

Posted by Elofin on Stack Overflow See other posts from Stack Overflow or by Elofin
Published on 2010-04-20T03:31:09Z Indexed on 2010/04/20 3:33 UTC
Read the original article Hit count: 171

Filed under:

does std::string store data differently than a char* on either stack or heap or is it just derived from char* into a class?

© Stack Overflow or respective owner

Related posts about c++