Variable Sized Arrays

  • + 2 comments

    arr[i].resize(k) will create a container/array of size k inside the arr vector at position i.