What's the real difference between declaring an array like this:
array<int, 10> arr;
and
int arr[10];
Aucun commentaire:
Enregistrer un commentaire