I'm currently seeing a lot of questions which are tagged C++ and are about handling arrays.
There even are questions which ask about methods/features for arrays which a std::vector
would provide without any magic.
So I'm wondering why so much developers are chosing arrays over std::vector
in C++?