Hi all,
I have to make a programm that uses an array, i have declared the array as a global variable, but the problem is that the size of the array is been inserted by the user later on, so i cant set the size of it on the declaration.
What can i do,apparently the size of it is not been updated when the value changes.
Thanks
I have to make a programm that uses an array, i have declared the array as a global variable, but the problem is that the size of the array is been inserted by the user later on, so i cant set the size of it on the declaration.
What can i do,apparently the size of it is not been updated when the value changes.
Thanks