for( auto& i : res){ for( auto& j :i){ cout << j << " "; } cout << "\n"; }
I want to know then significance and working of auto & how it is helping, apart from shortening the code. Thanks
Aucun commentaire:
Enregistrer un commentaire