cout<<"#" + 'a'<<endl; string s = "#"; s += 'a'; cout<<s<<endl;
I am not able to figure out how the typecasting is working in the case "#" + 'a'
"#" + 'a'
Aucun commentaire:
Enregistrer un commentaire