Variable Sized Arrays

  • + 0 comments

    I know I am replying to a 2yo comment, but to help those that sees this, You can do it without vectors by using an array of pointers instead.

    int *arr[arrSize];