Consider this code
string str; cout << str[0] << str.size();
And what I get is not a run time error, but " 0", a 0 following a space. Why is this possible?
" 0"
0
Aucun commentaire:
Enregistrer un commentaire