jeudi 5 mai 2016

How does std::string keep track of NUL char

C++11 guarantees that std::string stores the nul terminator internally. How can that be achieved without an explicit terminate method?

Aucun commentaire:

Enregistrer un commentaire