C++ array initialization
What's an array
An array is a data structure that is similar to a standard library-type vector, but it differs from a vector in the trade-off between performance and flexibility. Similar to vectors, arrays are also containers for objects of the same ...
kangaroolove.hashnode.dev2 min read