For example, this code
std::string a("this is a string"); std::string b; b = a; std::string c; c.assign(a);
Is there any difference between B and C in essence?
Aucun commentaire:
Enregistrer un commentaire