So C array equivalent = std::array, not std::vector.
Imitating C arrays with std::array is the perfect example of bastardized C/C++ code.
Imitating C arrays with std::array is the perfect example of bastardized C/C++ code.