You are viewing a single comment's thread. Return to all 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];
Seems like cookies are disabled on this browser, please enable them to open this website
Variable Sized Arrays
You are viewing a single comment's thread. Return to all 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.