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
I'd go for std::array available in C++0x instead of plain arrays which can also be initialized like standard arrays with an initializer list
https://en.cppreference.com/w/cpp/container/array