I am doing the codecademy c++ course and just went over vectors and arrays. From what I understand, the only difference between the two is that you can change the size of a vector, but cannot change the size of an array. Are there any other differences that I am missing that would make them more useful in the future?
std::array. But both containers do have adata()method for getting such a pointer