Im new to dynamic arrays. What im trying to do
is get a line of number that are stored as charachters , but implement a dynamic array to store the charachters so the size of the number(i.e. number of digits) is unkown. After i convert the charachters to an integer, i want to add it to another line of charachters stored as dyanmic arrays.
What i need is an outline, or some helpful code so I can see
how dynamic arrays work.